Skip to content

nomorepanic/squel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squel

SQL parsing, done right.

WIP, but you can you use it as base. Just add the missing definitions to the grammar.

Example

from squel.app import Squel


tree = Squel.parse('hello.sql')
print(tree.pretty())

CLI

squel parse hello.sql

About

SQL parsing, done right.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages