fix link to website
This commit is contained in:
parent
2c817f4088
commit
357c5737b6
2
README
2
README
|
@ -1,5 +1,5 @@
|
|||
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
|
10
TODO
10
TODO
|
@ -295,3 +295,13 @@ sqlite
|
|||
sap dbmss (can't work out what are separate products or what are the
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue