We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868918b commit 2643efeCopy full SHA for 2643efe
1 file changed
README.md
@@ -1,5 +1,5 @@
1
# miniSqlParser
2
-a simple SQL Parser, that can convert sql string to an abstract syntax tree.
+a simple SQL Parser, that can convert sql strings to an abstract syntax tree.
3
4
## Description
5
C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。
@@ -32,4 +32,4 @@ SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法か
32
* .NET Framework 2.0 以上
33
34
## Licence
35
-[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
+[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
0 commit comments