parsesql

The parsesql module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard.


Keywords
sql, parser
License
MIT
Install
nimble install parsesql

Documentation

parsesql Build Status

The parsesql module implements a high performance SQL file parser. It parses PostgreSQL syntax and the SQL ANSI standard.

Notice: This project is under development, the format of generated string representation of parsed sql may change

Installation

nimble install parsesql

Usage

import pkg / parsesql