We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2643efe commit 8fab771Copy full SHA for 8fab771
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# miniSqlParser
2
-a simple SQL Parser, that can convert sql strings to an abstract syntax tree.
+a simple SQL Parser, that can convert sql statements to an abstract syntax tree.
3
4
## Description
5
C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。
0 commit comments