A work-in-progress SQL parser written in TypeScript
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 03a97b41db Add readme and license il y a 4 ans
src Parse * il y a 4 ans
test Parse * il y a 4 ans
.gitignore Initial commit/lexer il y a 4 ans
.mocharc.json Initial commit/lexer il y a 4 ans
LICENSE Add readme and license il y a 4 ans
README.md Add readme and license il y a 4 ans
package-lock.json Initial commit/lexer il y a 4 ans
package.json Add repl script il y a 4 ans
tsconfig.json Initial commit/lexer il y a 4 ans
tslint.json Initial commit/lexer il y a 4 ans

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.