graphql-w-persistent: GraphQL interface middleware for (SQL) databases.
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 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.
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.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.0.0, 0.9.1.0 |
---|---|
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] |
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-06-02T00:02:12Z |
Modules
[Index] [Quick Jump]
Downloads
- graphql-w-persistent-0.9.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees