Skip to content

Commit 2643efe

Browse files
authored
Update README.md
1 parent 868918b commit 2643efe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# miniSqlParser
2-
a simple SQL Parser, that can convert sql string to an abstract syntax tree.
2+
a simple SQL Parser, that can convert sql strings to an abstract syntax tree.
33

44
## Description
55
C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。
@@ -32,4 +32,4 @@ SQL文の文法はDBMSによりかなり異なるため、主要DBMSの文法か
3232
* .NET Framework 2.0 以上
3333

3434
## Licence
35-
[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)
35+
[MIT](https://github.com/tcnksm/tool/blob/master/LICENCE)

0 commit comments

Comments
 (0)