Databasic.PostgreSql
1.2.8
Requires NuGet 2.6 or higher.
dotnet add package Databasic.PostgreSql --version 1.2.8
NuGet\Install-Package Databasic.PostgreSql -Version 1.2.8
<PackageReference Include="Databasic.PostgreSql" Version="1.2.8" />
paket add Databasic.PostgreSql --version 1.2.8
#r "nuget: Databasic.PostgreSql, 1.2.8"
// Install Databasic.PostgreSql as a Cake Addin
#addin nuget:?package=Databasic.PostgreSql&version=1.2.8
// Install Databasic.PostgreSql as a Cake Tool
#tool nuget:?package=Databasic.PostgreSql&version=1.2.8
C#/VB.NET database utility to write pure PostgreSql queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Databasic.Core (>= 1.2.8)
- Npgsql (>= 3.2.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Databasic.PostgreSql:
Package | Downloads |
---|---|
Databasic
C#/VB.NET database utility to write pure Microsoft SQL/MySQL/MariaDB/PostgreSql/Oracle/SQLite/ODBC/OLEDB queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery. This is universal package containing references to all Databasic modules and ADO.NET providers. It's not a mistake to use this universal package, but your application could start a slightly slower to initialize all libraries. If you want to use only a specific database type, install package like: Databasic<DatabaseType> |
GitHub repositories
This package is not used by any popular GitHub repositories.