SQream / hssqlppp

sql parser and type checker in haskell

Home Page:http://jakewheat.github.com/hssqlppp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

sql parser and type checker in haskell

http://jakewheat.github.com/hssqlppp/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 87.0%Language:PLpgSQL 11.7%Language:PLSQL 0.7%Language:Makefile 0.6%Language:C 0.0%