graphql-w-persistent: Haskell GraphQL query parser-interpreter-data processor.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This is a 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 about the return values from the Yesod and Persistent interface (casted as Text data values from PersistValue). With another database package that is same data structure on the returned values from the database, this entire 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.
Properties
Versions | 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.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 |
---|---|
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-05-19T12:14:28Z |
Modules
[Index] [Quick Jump]
Downloads
- graphql-w-persistent-0.3.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees