@hackage hssqlppp0.6.2
SQL parser and type checker
Installation
Dependencies (10)
- base >=4 && <5
- containers >=0.3.0.0 && <0.7
- mtl >=2.0.1.0 && <2.3
- parsec >=3.1.2 && <3.2
- pretty >=1.0 && <1.2
- pretty-show >=1.6 && <1.10 Show all…
Dependents (5)
@hackage/persistent-hssqlppp, @hackage/data-basic, @hackage/hesql, @hackage/hssqlppp-th, @hackage/acme-everything
A parser, pretty printer, and type checker for SQL written in Haskell. Mainly targets the PostgreSQL dialect of SQL and PL/pgSQL syntax.
Pre alpha: works well and is stable for a subset of SQL, but there are lots of unfinished areas and the api is likely to change a lot from release to release at this time.
Website, with some docs and examples: http://jakewheat.github.com/hssqlppp/latest
Hackage: http://hackage.haskell.org/package/hssqlppp
Repository: https://github.com/JakeWheat/hssqlppp
Contact: jakewheatmail@gmail.com