Skip to content

kaihowl/sqlparse

 
 

Repository files navigation

python-sqlparse - Parse SQL statements

sqlparse is a non-validating SQL parser module for Python.

buildstatus

Install

Run:

python setup.py install

to install python-sqlparse on your system.

Run Tests

To run the test suite run:

py.test

Note, you'll need py.test installed.

Links

Project Page
https://github.com/andialbrecht/sqlparse
Documentation
http://readthedocs.org/docs/sqlparse/en/latest/
Discussions
http://groups.google.com/group/sqlparse
Issues/Bugs
https://github.com/andialbrecht/sqlparse/issues
Online Demo
http://sqlformat.appspot.com

python-sqlparse is licensed under the BSD license.

Parts of the code are based on pygments written by Georg Brandl and others. pygments-Homepage: http://pygments.org/

About

A non-validating SQL parser module for Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 98.7%
  • JavaScript 1.3%