hssqlppp: SQL parser and type checker

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

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

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


[Skip to Readme]

Properties

Versions 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.1, 0.4.2, 0.6.0, 0.6.1, 0.6.2
Change log None available
Dependencies base (>=4 && <5), containers (>=0.3.0.0 && <0.6), mtl (>=2.0.1.0 && <2.2), parsec (>=3.1 && <3.2), pretty (>=1.1 && <1.2), syb (>=0.1.0.2 && <0.5), template-haskell, transformers (>=0.2.2.0 && <0.4), uniplate (>=1.6 && <1.7) [details]
License BSD-3-Clause
Copyright Copyright 2009-2011 Jake Wheat
Author Jake Wheat
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 2014-04-09T15:27:59Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hssqlppp-0.4.1

[back to package description]
A parser, pretty printer, and type checker for SQL written in
Haskell. Supports PostgreSQL SQL and PL/pgSQL syntax. BSD licensed.

Install with:
cabal update
cabal install hssqlppp

Website, with some docs and examples:
http://jakewheat.github.com/hssqlppp/

Hackage: http://hackage.haskell.org/package/hssqlppp

Repository: https://github.com/JakeWheat/hssqlppp

Contact: jakewheatmail@gmail.com