graphql-w-persistent: GraphQL interface middleware for (SQL) databases.
This is a Haskell GraphQL query parser and interpreter for databases. There is data processing to return GraphQL object formats. The query parser and interpreter are always applicable (on available database query types which is only SQL for now). It is accepting any string query, and it is returning a list of string database-queries. The data processing function is designed about the return values from the Persistent library (casted as Text data values from PersistValue). With another database package with same data structure on the returned values from the database, this whole package is applicable. Examples are odbc package query function and HDBC package quickQuery. To read more detailed information, you should go to the below module page.
Downloads
- graphql-w-persistent-0.8.0.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.11 && <4.13), containers (>=0.5 && <0.7), json (>=0.9 && <0.10), text (>=1.2 && <1.3) [details] |
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 2019-12-28T16:41:01Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7583 total (56 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-12-28 [all 1 reports] |