Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 274 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 274 Bytes

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