A simple functional wrapper to make Dapper easier to use in F#.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0 |
Author(s): | Remington Hicks |
Last Update: | Tuesday, December 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/rahicks26/FunkyDapper |
NuGet Url: | https://www.nuget.org/packages/FunkyDapper |
Install
Install-Package FunkyDapper
dotnet add package FunkyDapper
paket add FunkyDapper
FunkyDapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.30)
- FSharp.Core(>= 4.7.0)
- Microsoft.Data.SqlClient(>= 1.1.0)
Tags