hssqlppp: SQL parser and type checker

[ bsd3, database, language, library ] [ Propose Tags ]

SQL parser and type checker, targets PostgreSQL SQL and PL/pgSQL.

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.

Documentation, examples on the homepage: http://jakewheat.github.com/hssqlppp/.

Changes here: https://github.com/JakeWheat/hssqlppp/blob/master/CHANGES


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.6.0, 0.6.1, 0.6.2
Dependencies base (>=4 && <5), containers (>=0.3.0.0 && <0.6), mtl (>=2.0.1.0 && <2.3), parsec (>=3.1.2 && <3.2), pretty (>=1.0 && <1.2), pretty-show (>=1.6 && <1.7), syb (>=0.1.0.2 && <0.7), text (>=0.11.1.13 && <1.3), transformers (>=0.3 && <0.6), uniplate (>=1.6 && <1.7) [details]
License BSD-3-Clause
Copyright Copyright 2009-2015 Jake Wheat, Copyright 2011-2015 SQream
Author Jake Wheat, SQream
Maintainer jakewheatmail@gmail.com
Category Database, Language
Home page http://jakewheat.github.com/hssqlppp/
Bug tracker https://github.com/JakeWheat/hssqlppp/issues
Source repo head: git clone https://github.com/JakeWheat/hssqlppp.git
Uploaded by JakeWheat at 2016-04-26T08:36:28Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 13366 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-26 [all 1 reports]

Readme for hssqlppp-0.6.0

[back to package description]
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