Databasic.Core
1.2.8
Requires NuGet 2.6 or higher.
Install-Package Databasic.Core -Version 1.2.8
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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.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.SQLite
C#/VB.NET database utility to write pure SQLite 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.