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
- Host: GitHub
- URL: https://github.com/balena/sqlp
- Owner: balena
- License: bsd-3-clause
- Created: 2015-03-13T10:53:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T13:05:08.000Z (over 10 years ago)
- Last Synced: 2025-02-05T17:42:40.363Z (8 months ago)
- Topics: ply, python, sql
- Language: SQLPL
- Homepage:
- Size: 504 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.