A work-in-progress SQL parser written in TypeScript
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 03a97b41db Add readme and license 4 yıl önce
src Parse * 4 yıl önce
test Parse * 4 yıl önce
.gitignore Initial commit/lexer 4 yıl önce
.mocharc.json Initial commit/lexer 4 yıl önce
LICENSE Add readme and license 4 yıl önce
README.md Add readme and license 4 yıl önce
package-lock.json Initial commit/lexer 4 yıl önce
package.json Add repl script 4 yıl önce
tsconfig.json Initial commit/lexer 4 yıl önce
tslint.json Initial commit/lexer 4 yıl önce

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.