Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.14 KB

File metadata and controls

21 lines (16 loc) · 1.14 KB

Databasic - All Packages

Latest Stable Version License .NET Version

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>

This package contains references to all database provider libraries:

  • Microsoft SQL Server
  • MySql/MariaDB
  • PostgreSql
  • OracleSql
  • SQLite
  • ODBC
  • OLE DB