DimTim.Database.Postgres 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package DimTim.Database.Postgres --version 1.0.4
                    
NuGet\Install-Package DimTim.Database.Postgres -Version 1.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DimTim.Database.Postgres" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DimTim.Database.Postgres" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="DimTim.Database.Postgres" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DimTim.Database.Postgres --version 1.0.4
                    
#r "nuget: DimTim.Database.Postgres, 1.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DimTim.Database.Postgres@1.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DimTim.Database.Postgres&version=1.0.4
                    
Install as a Cake Addin
#tool nuget:?package=DimTim.Database.Postgres&version=1.0.4
                    
Install as a Cake Tool

💽DimTim.Database.Postgres

PostgreSQL database interface for DimTim.Database

Changelog


1.0.2 13.03.2025
  • Fixed migration messages
1.0.1 17.03.2025
  • Fixed migrations command timeout
  • New migration operations: AddColumn, DropColumn
1.0.0 16.01.2025
  • Added support of .NET9
0.2.2 26.10.2024
  • Update a version of DimTim.Utils
  • Minor internal changes
0.2.1 06.09.2024
  • Added migration system
0.2.0 29.12.2023
  • Minor internal formatting
0.1.10 26.11.2023
  • Fix Dapper nullable type transform
0.1.9 25.06.2023
  • Just version bump ◑﹏◐
0.1.8 07.06.2023
  • Async queries support
0.1.7 07.03.2023
  • Improve Enumeration<T> support
0.1.6 03.03.2023
  • Update Npgsql version
0.1.5 13.01.2023
  • Just version bump ◑﹏◐
0.1.4 13.01.2023
  • Added support of Enumeration<T> types
0.1.3 27.11.2022
  • Minor internal fixes
0.1.2 27.11.2022
  • Nullable types fixes
0.1.1 27.11.2022
  • Minor internal fixes
0.1.0 26.11.2022
  • Used Dapper as internal mapper
  • Improved SqlKata queries usage
0.0.19 24.11.2022
  • Added support of JsonSerializerOptions for JSON and JSONB fields
  • Minor internal fixes
0.0.18 22.11.2022
  • Minor internal fixes
0.0.17 22.11.2022
  • Minor internal fixes
0.0.16 22.11.2022
  • Minor internal fixes
0.0.15 22.11.2022
  • Use ConnectionPool insead Connection
0.0.14 24.10.2022
  • Internal scalr reading methods
0.0.12 10.10.2022
  • Minor internal fix
0.0.11 10.10.2022
  • Fix scalar types default values
0.0.10 07.10.2022
  • Added value transformer for data type converting
0.0.9 04.10.2022
  • Added support for SqlKata queries
0.0.8 22.09.2022
  • Reading replaced by generators
0.0.4 04.08.2022
  • Internal formatting changes 😉
0.0.3 03.08.2022
  • Commands moved to CommandContext
0.0.2 01.08.2022
  • DatabaseContext bugfixes
0.0.1 01.08.2022
  • Start of development

Todo


  • Add migration operation: create index
  • Add migration operation: drop index
  • Add migration operation: alter column
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 299 11/13/2025
1.0.4 155 7/29/2025
1.0.3 423 7/8/2025
1.0.2 212 3/19/2025
1.0.1 193 3/17/2025
1.0.0 143 1/16/2025
0.2.2 166 10/26/2024
0.2.1 193 9/6/2024