Library for PostgreSQL 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.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.Data.PostgreSQL |
Install
Install-Package PocoDDL.Data.PostgreSQL
dotnet add package PocoDDL.Data.PostgreSQL
paket add PocoDDL.Data.PostgreSQL
PocoDDL.Data.PostgreSQL Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- PocoDDL.Core(>= 1.0.9)
- Npgsql(>= 4.1.5)
- PocoDDL.Core(>= 1.0.9)
- Npgsql(>= 4.1.5)
Tags