1
Fork 0
Find a file
2024-01-08 22:14:19 +01:00
Language/SQL/SimpleSQL Support autoincrement columns 2024-01-08 22:14:19 +01:00
tools Support autoincrement columns 2024-01-08 22:14:19 +01:00
website update makefile 2020-04-24 18:35:38 +01:00
.gitignore update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
.travis.yml add travis 2020-04-24 18:16:24 +01:00
changelog minor enhancements for sqlserver dialect 2021-12-01 21:33:02 +01:00
LICENSE fix to work on ghc 7.8.4, 7.6.3, plus small tweaks 2015-08-01 21:13:37 +03:00
Makefile update makefile 2020-04-24 18:35:38 +01:00
README Update README 2019-12-21 10:58:23 +00:00
Setup.hs add license, readme, gitignore and cabal 2013-12-13 12:46:35 +02:00
shell.nix update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
simple-sql-parser.cabal minor enhancements for sqlserver dialect 2021-12-01 21:33:02 +01:00
stack.yaml update build to use new cabal, update stack resolver, add build target for exe 2019-07-07 11:33:02 +01:00
TODO work on docs in dialect module, remove unnecessary export of ansi2011ReservedKeywords 2019-09-01 11:32:48 +01:00

A parser for SQL in Haskell.

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

Contact: jakewheatmail@gmail.com