Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.1.0 |
Author(s): | Ernesto.Herrera |
Last Update: | Sunday, April 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ernestoherrera/FluentSql |
NuGet Url: | https://www.nuget.org/packages/FluentSql |
Install
Install-Package FluentSql
dotnet add package FluentSql
paket add FluentSql
FluentSql Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It can be used for simple CRUD to multiple join queries. Using a fluent api, one can write in C# or VB sql like statements that translate into a lean Sql statement that a DBMS can process.
FluentSql uses Dapper to execute its statements.