Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.08 KB

File metadata and controls

25 lines (19 loc) · 1.08 KB

DirectSQL

build on master(7k8m)
Build Status(tmnk)
Ready on NuGet

Execute SQL directly !

This .NET Core library is very thin database framework on top of System.Data. In this library, you can use SQL directly without taking care for lifecycle of connection, transaction and so on.

In many database framework, direct execution of SQL is more or less barriered from orthodox. This library resolve issues around that.

Now, this library has supporting code for next DBMS

  • SQLite
  • SQL Server
  • PostgreSQL (Npgsql)
  • CockroachDB (Npgsql)
  • DB2
  • MySql
  • ODBC connected DBMS

Documentation is here.

Please try 😄.