Skip to content

MikeAmy/sql_lexer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

310 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-sql_lexer - Parse SQL statements

sql_lexer is an SQL lexer module for Python.

Install

Run:

python setup.py install

to install python-sql_lexer 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/MikeAmy/sql_lexer

sql_lexer is licensed under the BSD license.

Parts of the code are based on sqlparser written by Andi Albrecht and others.

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

 
 
 

Contributors

Languages

  • Python 100.0%