Skip to content

iafisher/sqliteparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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