1
Fork 0
Find a file
2013-12-17 17:29:49 +02:00
Language/SQL/SimpleSQL add names/docs to some of the scalar expr constuctor fields, add partial support for explicit window frames 2013-12-17 17:29:49 +02:00
tools add names/docs to some of the scalar expr constuctor fields, add partial support for explicit window frames 2013-12-17 17:29:49 +02:00
.gitignore add TODO, tests and some small fixes 2013-12-13 14:08:33 +02:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
README small tidyups 2013-12-14 20:20:41 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal add support for '' in string literals 2013-12-17 15:09:28 +02:00
TODO add a few more operators: % & ^ | ~ 2013-12-17 16:15:19 +02:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple_sql_parser/

Contact: jakewheatmail@gmail.com