postgresql-syntax: PostgreSQL SQL syntax utilities
Currently this library only provides an SQL syntax validator.
This library wraps the "libpq_query" C library, which is an SQL parser based on the source code of the Postgres server. IOW, it uses the same parser as Postgres itself and hence supports all of its syntax.
So far this package has only been tested to work on the *nix systems (Mac OS including).
Downloads
- postgresql-syntax-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.2.0.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.1.1, 0.4.1.2, 0.4.1.3 |
---|---|
Dependencies | base (<5), base-prelude (<2), bytestring (>=0.10.8 && <0.11), text (>=1 && <2) [details] |
License | MIT |
Copyright | (c) 2017, Nikita Volkov |
Author | Nikita Volkov <nikita.y.volkov@mail.ru> |
Maintainer | Nikita Volkov <nikita.y.volkov@mail.ru> |
Category | Database, PostgreSQL |
Home page | https://github.com/nikita-volkov/postgresql-syntax |
Bug tracker | https://github.com/nikita-volkov/postgresql-syntax/issues |
Source repo | head: git clone git://github.com/nikita-volkov/postgresql-syntax.git |
Uploaded | by NikitaVolkov at 2017-03-06T21:15:26Z |
Distributions | LTSHaskell:0.4.1.2, NixOS:0.4.1.1, Stackage:0.4.1.3 |
Reverse Dependencies | 2 direct, 1 indirect [details] |
Downloads | 5119 total (7 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-03-06 [all 1 reports] |