/sqlp

Python SQL Parser

Primary LanguageSQLPLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

sqlp

sqlp is a full SQL parser module, intended to provide a SQL AST and perform some simple DDL optimizations.

It is built over PLY.