iafisher / sqliteparser

A parser for SQLite's dialect of SQL
https://sqliteparser.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

sqliteparser

A parser for SQLite's dialect of SQL. Built for use by isqlite.

Unlike python-sqlparse, sqliteparser returns a full structured abstract syntax tree. Its primary purpose is to parse the CREATE TABLE statements that SQLite stores as the database schema. Support for parsing other kinds of statements is limited.

Installation

Install sqliteparser with Pip:

$ pip install sqliteparser

Documentation

Documentation is available at https://sqliteparser.readthedocs.io/en/latest/.