RepoDb.PostgreSql
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package RepoDb.PostgreSql --version 1.0.3
NuGet\Install-Package RepoDb.PostgreSql -Version 1.0.3
<PackageReference Include="RepoDb.PostgreSql" Version="1.0.3" />
paket add RepoDb.PostgreSql --version 1.0.3
#r "nuget: RepoDb.PostgreSql, 1.0.3"
// Install RepoDb.PostgreSql as a Cake Addin #addin nuget:?package=RepoDb.PostgreSql&version=1.0.3 // Install RepoDb.PostgreSql as a Cake Tool #tool nuget:?package=RepoDb.PostgreSql&version=1.0.3
A hybrid .NET ORM library for PostgreSql.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RepoDb.PostgreSql:
Package | Downloads |
---|---|
RepoDb.PostgreSql.BulkOperations
An extension library that contains the official Bulk Operations of RepoDb for PostgreSQL. |
|
NBomber.Sinks.Timescale
NBomber sink that writes stats data to TimescaleDB |
|
Migrondi.Core
This is the core library for the Migrondi CLI, you can use this library to run the same functionality of Migrondi as part of your source code or to write an abstraction for different kind of tools. |
|
Fx.Data.SQL
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on RepoDb.PostgreSql:
Repository | Stars |
---|---|
mikependon/RepoDB
A hybrid ORM library for .NET.
|
|
mixcore/mix.core
🚀 Mixcore CMS is an Future-Proof Enterprise Web CMS that supports both headless and decoupled to easily build any kinds of app/web app/all in all/customizable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open-source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
|
|
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
|
|
TwentyFourMinutes/Venflow
A brand new, fast and lightweight ORM, build for PostgreSQL.
|
Version | Downloads | Last updated |
---|---|---|
1.13.2-alpha1 | 1,171 | 2/26/2024 |
1.13.1 | 62,473 | 3/16/2023 |
1.13.0 | 23,090 | 11/2/2022 |
1.13.0-beta1 | 481 | 10/25/2022 |
1.13.0-alpha2 | 730 | 10/6/2022 |
1.13.0-alpha1 | 926 | 9/17/2022 |
1.3.2-alpha1 | 136 | 2/26/2024 |
1.1.5 | 160,502 | 2/18/2022 |
1.1.5-beta2 | 550 | 12/12/2021 |
1.1.5-beta1 | 1,248 | 10/22/2021 |
1.1.4 | 18,186 | 9/23/2021 |
1.1.4-beta2 | 254 | 9/17/2021 |
1.1.4-beta1 | 491 | 3/2/2021 |
1.1.3 | 64,471 | 2/6/2021 |
1.1.2 | 3,551 | 12/30/2020 |
1.1.1 | 10,661 | 10/3/2020 |
1.1.0 | 1,590 | 9/24/2020 |
1.1.0-beta2 | 353 | 9/17/2020 |
1.1.0-beta1 | 336 | 8/28/2020 |
1.0.12 | 2,008 | 8/2/2020 |
1.0.11 | 729 | 7/20/2020 |
1.0.10 | 689 | 7/11/2020 |
1.0.9 | 3,461 | 6/6/2020 |
1.0.8 | 540 | 5/23/2020 |
1.0.7 | 474 | 5/21/2020 |
1.0.7-beta1 | 329 | 4/18/2020 |
1.0.6 | 667 | 4/8/2020 |
1.0.5 | 443 | 4/8/2020 |
1.0.4 | 572 | 3/1/2020 |
1.0.3 | 513 | 2/16/2020 |
1.0.2 | 491 | 2/6/2020 |
1.0.1 | 498 | 2/1/2020 |
1.0.0 | 528 | 1/19/2020 |
1.0.0-beta1 | 384 | 1/18/2020 |
1.0.0-alpha1 | 524 | 11/16/2019 |
RepoDb.PostgreSql v1.0.3:
- Feature: Introduce PostgreSql support to NpgsqlDbType via PostgreSqlTypeMapAttribute. #390