Databasic.SQLite
1.2.8
Requires NuGet 2.6 or higher.
dotnet add package Databasic.SQLite --version 1.2.8
NuGet\Install-Package Databasic.SQLite -Version 1.2.8
<PackageReference Include="Databasic.SQLite" Version="1.2.8" />
paket add Databasic.SQLite --version 1.2.8
#r "nuget: Databasic.SQLite, 1.2.8"
// Install Databasic.SQLite as a Cake Addin #addin nuget:?package=Databasic.SQLite&version=1.2.8 // Install Databasic.SQLite as a Cake Tool #tool nuget:?package=Databasic.SQLite&version=1.2.8
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.
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. |
-
- Databasic.Core (>= 1.2.8)
- System.Data.SQLite.Core (>= 1.0.105.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Databasic.SQLite:
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.