Databasic.Core
1.2.8
Requires NuGet 2.6 or higher.
dotnet add package Databasic.Core --version 1.2.8
NuGet\Install-Package Databasic.Core -Version 1.2.8
<PackageReference Include="Databasic.Core" Version="1.2.8" />
paket add Databasic.Core --version 1.2.8
#r "nuget: Databasic.Core, 1.2.8"
// Install Databasic.Core as a Cake Addin #addin nuget:?package=Databasic.Core&version=1.2.8 // Install Databasic.Core as a Cake Tool #tool nuget:?package=Databasic.Core&version=1.2.8
C#/VB.NET database utility to write pure Microsoft SQL/MySQL/PostgreSql/Oracle/SQLite/ODBC/OleDb queries and load data into environment variables and instances.
This is core package only. Install this package only by installing specific database package like: Databasic.<DatabaseType>. Then this package will be installed automaticly with the specific database package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Databasic.Core:
Package | Downloads |
---|---|
Databasic.MySql
C#/VB.NET database utility to write pure MySQL/MariaDB queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery. |
|
Databasic.MsSql
C#/VB.NET database utility to write pure Microsoft SQL queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery. |
|
Databasic.OdbcSql
C#/VB.NET database utility to write pure SQL queries for ODBC (Open Database Connectivity) database with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery. |
|
Databasic.PostgreSql
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. |
|
Databasic.OracleSql
C#/VB.NET database utility to write pure Oracle queries with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery. |
GitHub repositories
This package is not used by any popular GitHub repositories.