Library for Linq2DB integration of generating POCO classes from a SQL database or applying changes to a SQL database based on POCO classes and attributes.
Info
Version: | 1.0.10-beta |
Author(s): | Andrew Buchanan |
Last Update: | Friday, October 9, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/PocoDDL.Mapper.Linq2DB |
Install
Install-Package PocoDDL.Mapper.Linq2DB
dotnet add package PocoDDL.Mapper.Linq2DB
paket add PocoDDL.Mapper.Linq2DB
PocoDDL.Mapper.Linq2DB Download (Unzip the "nupkg" after downloading)
Dependencies
- PocoDDL.Attributes(>= 1.0.9)
- PocoDDL.Core(>= 1.0.9)
- linq2db(>= 3.1.4)
Tags