Skip to content

Commit 8fab771

Browse files
authored
Update README.md
1 parent 2643efe commit 8fab771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

44
## Description
55
C#で作成したシンプルなSQL構文解析器です。SQL文を解析して構文木を生成します。SELECT・INSERT・UPDATE・DELETEなどの基本的なSQL文に対応しています。生成した構文木をから整形したSQL文を出力したり、SQL文の変更などなどを行うことができます。

0 commit comments

Comments
 (0)