Skip to content
Mike Hanson edited this page Feb 25, 2018 · 6 revisions

SqlRepo Documentation

SqlRepo is an implementation of the Repository Pattern that allows you to build and execute CRUD SQL statements using Lambda Expressions and map the results into entities. We have tried hard to keep the usage as close to real SQL structure as possible, so once you get started we hope you will find it intuitive to use.

At this point we have only built support for Microsoft SQL Server but we have structured the project and packages so that other platforms can be supported and welcome contributions from the community in this area.