A code generation library for creating Dapper-based C# persistence layer classes with backing SQL table definitions.
Info
Version: | 3.0.0 |
Author(s): | Mark Ashley Bell |
Last Update: | Saturday, December 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/markashleybell/fsdl |
NuGet Url: | https://www.nuget.org/packages/fsdl |
Install
Install-Package fsdl
dotnet add package fsdl
paket add fsdl
fsdl Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.5.2)
- FSharp.Data(>= 2.4.6)
- System.ValueTuple(>= 4.5.0)