Info
Version: | 1.5.1 |
Author(s): | Basim Al-Jawahery |
Last Update: | Sunday, June 6, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Basim108/postgresql-bulk-service |
NuGet Url: | https://www.nuget.org/packages/Hrimsoft.PostgreSqlBulkService |
Install
Install-Package Hrimsoft.PostgreSqlBulkService
dotnet add package Hrimsoft.PostgreSqlBulkService
paket add Hrimsoft.PostgreSqlBulkService
Hrimsoft.PostgreSqlBulkService Download (Unzip the "nupkg" after downloading)
Dependencies
- Hrimsoft.StringCases(>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.0.1)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.1)
- Npgsql(>= 4.1.3.1)
- System.ComponentModel.Annotations(>= 4.7.0)
+ BulkServiceOptions now accessable through service collection by IBulkServiceOptions
+Added friendly sql-parameter names and more diagnostic information.