DimTim.Database.Postgres
1.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DimTim.Database.Postgres --version 1.0.3
NuGet\Install-Package DimTim.Database.Postgres -Version 1.0.3
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.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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.3" />
<PackageReference Include="DimTim.Database.Postgres"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
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.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DimTim.Database.Postgres, 1.0.3"
#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.3
#: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.3
#tool nuget:?package=DimTim.Database.Postgres&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
💽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
Dappernullable 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
Npgsqlversion
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
Dapperas internal mapper - Improved
SqlKataqueries usage
0.0.19 24.11.2022
- Added support of
JsonSerializerOptionsforJSONandJSONBfields - 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
ConnectionPoolinseadConnection
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
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- DimTim.Database (>= 1.0.0)
- DimTim.Utils (>= 1.0.0)
- Npgsql (>= 9.0.3)
-
net9.0
- DimTim.Database (>= 1.0.0)
- DimTim.Utils (>= 1.0.0)
- Npgsql (>= 9.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.