1
Fork 0

fix link to website

This commit is contained in:
Jake Wheat 2015-08-08 20:07:44 +03:00
parent 2c817f4088
commit 357c5737b6
2 changed files with 11 additions and 1 deletions

2
README
View file

@ -1,5 +1,5 @@
A parser for SQL queries in Haskell. A parser for SQL queries in Haskell.
Homepage: http://jakewheat.github.io/simple-sql-parser/ Homepage: http://jakewheat.github.io/simple-sql-parser/latest
Contact: jakewheatmail@gmail.com Contact: jakewheatmail@gmail.com

10
TODO
View file

@ -295,3 +295,13 @@ sqlite
sap dbmss (can't work out what are separate products or what are the sap dbmss (can't work out what are separate products or what are the
dialects) dialects)
here is an idea for a little feature:
crunch sql: this takes sql and tries to make it as small as possible
(basically, combining nested selects where possible and inlining
ctes)
expand sql:
breaks apart complex sql using nested queries and ctes, try to make
queries easier to understand in stages