npgsql + dapper, simple retrying and migrations.
Learn Dapper: https://www.learndapper.com/
Dapper Tutorial: https://dappertutorial.net/
Info
Version: | 1.0.0-dev-01090902 |
Author(s): | Marco van den Oever |
Last Update: | Saturday, January 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/flyingpie/utils-postgres |
NuGet Url: | https://www.nuget.org/packages/Flyingpie.Utils.Postgres |
Install
Install-Package Flyingpie.Utils.Postgres
dotnet add package Flyingpie.Utils.Postgres
paket add Flyingpie.Utils.Postgres
Flyingpie.Utils.Postgres Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.78)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
- Npgsql(>= 5.0.1.1)
- Polly(>= 7.2.1)
Tags