PostgreSql Entity Framework Core conventions for snake case object names.
Info
Version: | 8.0.0 |
Author(s): | Joe Audette |
Last Update: | Monday, August 5, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cloudscribe/cloudscribe |
NuGet Url: | https://www.nuget.org/packages/cloudscribe.EFCore.PostgreSql.Conventions |
Install
Install-Package cloudscribe.EFCore.PostgreSql.Conventions
dotnet add package cloudscribe.EFCore.PostgreSql.Conventions
paket add cloudscribe.EFCore.PostgreSql.Conventions
cloudscribe.EFCore.PostgreSql.Conventions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 3.1.0)
- Microsoft.EntityFrameworkCore.Design(>= 3.1.0)
- Microsoft.Extensions.Configuration(>= 3.1.0)
- Microsoft.Extensions.Configuration.Json(>= 3.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.0)
- Npgsql.EntityFrameworkCore.PostgreSQL(>= 3.1.0)