simple-sql-parser: A parser for SQL queries

[ bsd3, database, language, library ] [ Propose Tags ]

A parser for SQL queries. Parses most SQL:2011 queries. Please see the homepage for more information http://jakewheat.github.io/simple-sql-parser/latest.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
sqlindent

Build SQLIndent exe

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.5.0, 0.6.0, 0.7.0, 0.7.1
Change log changelog
Dependencies base (>=4 && <4.11), mtl (>=2.1 && <2.3), parsec (>=3.1 && <3.2), pretty (>=1.1 && <1.2) [details]
License BSD-3-Clause
Copyright Copyright Jake Wheat 2013, 2014
Author Jake Wheat
Maintainer jakewheatmail@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2018-09-23T09:12:25Z
Category Database, Language
Home page http://jakewheat.github.io/simple-sql-parser/latest
Bug tracker https://github.com/JakeWheat/simple-sql-parser/issues
Source repo head: git clone https://github.com/JakeWheat/simple-sql-parser.git
Uploaded by JakeWheat at 2017-08-05T08:57:36Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables SQLIndent
Downloads 8785 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-05 [all 1 reports]

Readme for simple-sql-parser-0.4.3

[back to package description]
A parser for SQL queries in Haskell.

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

Contact: jakewheatmail@gmail.com