A work-in-progress SQL parser written in TypeScript
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker 03a97b41db Add readme and license 4年前
src Parse * 4年前
test Parse * 4年前
.gitignore Initial commit/lexer 4年前
.mocharc.json Initial commit/lexer 4年前
LICENSE Add readme and license 4年前
README.md Add readme and license 4年前
package-lock.json Initial commit/lexer 4年前
package.json Add repl script 4年前
tsconfig.json Initial commit/lexer 4年前
tslint.json Initial commit/lexer 4年前

README.md

sql

This is a very, very work in progress SQL parser and formatter. So far, it only parses a small subset of SELECT statements so it’s probably not useful to you yet.