graphql-w-persistent: Haskell GraphQL query parser-interpreter-data processor.
This is a general purpose Haskell GraphQL query parser and interpreter. It is including data processing to return GraphQL object formats. The query parser and interpreter are universal (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 unit is designed around the return values from the Yesod and Persistent interface (cast as Text data values from PersistValue). With another server that is same data representation on the returned values from the database, this entire package is applicable. To read more detailed information, you should go to the below module page.
Versions [faq] | 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 (info) |
---|---|
Change log | ChangeLog.md |
Dependencies | base (==4.11.*), containers (>=0.5.11 && <0.6), json (>=0.9.2 && <0.10), text (>=1.2.3.0 && <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 Sat Nov 17 16:27:20 UTC 2018 |
Distributions | NixOS:0.3.1.1 |
Downloads | 651 total (75 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2018-11-17 [all 3 reports] |
Downloads
- graphql-w-persistent-0.3.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)