Identity package that uses Dapper with PostgreSQL instead EntityFramework for use with .NET Core.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 0.8.5-alpha |
Author(s): | grandchamp |
Last Update: | Thursday, March 21, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/grandchamp/Identity.Dapper |
NuGet Url: | https://www.nuget.org/packages/Identity.Dapper.PostgreSQL |
Install
Install-Package Identity.Dapper.PostgreSQL
dotnet add package Identity.Dapper.PostgreSQL
paket add Identity.Dapper.PostgreSQL
Identity.Dapper.PostgreSQL Download (Unzip the "nupkg" after downloading)
Dependencies
- Identity.Dapper(>= 0.8.3)
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.UserSecrets(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.2.0)
- Npgsql(>= 4.0.4)
Tags