Skip to content

Execute SQL directly from .NET Core !

License

Notifications You must be signed in to change notification settings

ovuncgursoy/DirectSQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirectSQL

build on master
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

Documentation is here.

Please try 😄.

About

Execute SQL directly from .NET Core !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%