Description
Full parser and generator for SQL as implemented by SQLite3
Description
This is a full parser and generator for SQL as implemented by SQLite3. It is well-typed in the sense that it is possible to construct an abstract syntax tree if and only if it corresponds to valid SQL. Version 1.1 adds support for parsing and generating type affinities.