Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikita-volkov/postgresql-syntax
PostgreSQL SQL syntax utilities
https://github.com/nikita-volkov/postgresql-syntax
haskell parser postgresql
Last synced: 9 days ago
JSON representation
PostgreSQL SQL syntax utilities
- Host: GitHub
- URL: https://github.com/nikita-volkov/postgresql-syntax
- Owner: nikita-volkov
- License: mit
- Created: 2017-03-06T20:00:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T08:03:43.000Z (11 months ago)
- Last Synced: 2024-04-26T00:30:51.969Z (6 months ago)
- Topics: haskell, parser, postgresql
- Language: Yacc
- Homepage: http://hackage.haskell.org/package/postgresql-syntax
- Size: 1.51 MB
- Stars: 15
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
Postgres syntax tree and related utils extracted from [the "hasql-th" package](https://github.com/nikita-volkov/hasql-th).
The API is in a rather raw "guts out" state with most documentation lacking,
but the codebase is well tested.