graphql-w-persistent: GraphQL interface middleware for SQL databases.
This is an application of GraphQL to querying SQL databases. The package functions are to interpret GraphQL string queries, to make SQL queries, and to process list-style database-returned values into a GraphQL string output (which you may use with another program). The data processing functions are designed for the Persistent library return values, but any (Eq a) => [[a]] returned type is valid input to this library if translations (and a check for null value) are provided for data types (Text, Int64, Double, and Boolean). Prospect packages are the odbc package (with the query function) and HDBC package (with the quickQuery function). You may find another to suit your stack. Examples and applications are available at the homepage (GitHub). I would like a star while you are there.
Downloads
- graphql-w-persistent-0.9.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.2.1, 0.4.0.0, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.8.0.0, 0.9.0.0, 0.9.1.0 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.10.1.0 && <4.14), containers (>=0.5 && <0.7), json (>=0.9.1 && <0.11), text (>=1.2 && <1.3) [details] |
Tested with | ghc >=8.2.2 && <=8.8.4 |
License | ISC |
Author | JASON CHAU |
Maintainer | jasonsychau@live.ca |
Category | Development, Database, Graphs, Language, Data |
Home page | https://github.com/jasonsychau/graphql-w-persistent |
Bug tracker | https://github.com/jasonsychau/graphql-w-persistent/issues |
Uploaded | by jasonsychau at 2020-09-18T12:14:55Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7652 total (90 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] Last success reported on 2020-09-18 [all 2 reports] |