@hackage / language-sqlite

Full parser and generator for SQL as implemented by SQLite3

Latest1.1

About

Metadata

  • Last updated , by IreneKnapp
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: dankna@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.