Library for generating POCO classes from a SQL database or applying changes to a SQL database based on POCO classes and attributes.
Info
| Version: | 1.0.9-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.Core |
Install
Install-Package PocoDDL.Core
dotnet add package PocoDDL.Core
paket add PocoDDL.Core
PocoDDL.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- PocoDDL.Attributes(>= 1.0.9)
- Inflector.NetStandard(>= 1.2.2)
- System.ComponentModel.Annotations(>= 4.7.0)
- PocoDDL.Attributes(>= 1.0.9)
- Inflector.NetStandard(>= 1.2.2)
- System.ComponentModel.Annotations(>= 4.7.0)
Tags