Skip to content

Commit 0efe61e

Browse files
authored
Create README.md
1 parent 18e0949 commit 0efe61e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DirectSQL
2+
Execute SQL directly !
3+
4+
This .NET library is very thin database framework on top of System.Data.
5+
In this library, you can use SQL directly without taking care for lifecycle of connection, transaction and so on.
6+
7+
In many database framework, direct execution of SQL is more or less barriered from orthodox.
8+
This library resolve issues around that.

0 commit comments

Comments
 (0)