We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e0949 commit 0efe61eCopy full SHA for 0efe61e
1 file changed
README.md
@@ -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