An open API service indexing awesome lists of open source software.

https://github.com/balena/sqlp

Python SQL Parser
https://github.com/balena/sqlp

ply python sql

Last synced: 6 months ago
JSON representation

Python SQL Parser

Awesome Lists containing this project

README

          

# 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.