Databasic.Core
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.
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Databasic.Core --version 1.2.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Databasic.Core, 1.2.8"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
https://github.com/Databasic-NET/Databasic/releases
Dependencies
This package has no dependencies.
Used By
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.