1
Fork 0
Find a file
Jake Wheat dfa84072dc start adding basic dml
parser and pretty printer for statements
add query statement
add support for
  insert
  update
  delete
  truncate
bonus ddl:
  limited create schema
  drop schema

add grammar notes to the new test files
2015-08-01 20:26:00 +03:00
Language/SQL/SimpleSQL start adding basic dml 2015-08-01 20:26:00 +03:00
tools start adding basic dml 2015-08-01 20:26:00 +03:00
.gitignore update to accept latest mtl 2014-06-20 12:27:23 +03:00
changelog use tasty for tests 2015-07-31 12:45:51 +03:00
LICENSE add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
README prepare for the github project name rename to be the same as the haskage package 2013-12-17 22:54:20 +02:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
simple-sql-parser.cabal start adding basic dml 2015-08-01 20:26:00 +03:00
TODO small fixes 2015-08-01 12:13:53 +03:00

A parser for SQL queries in Haskell.

Homepage: http://jakewheat.github.io/simple-sql-parser/

Contact: jakewheatmail@gmail.com