graphql-w-persistent: GraphQL interface middleware for (SQL) databases.

[ data, database, development, graphs, language, library ] [ Propose Tags ]
This version is deprecated.

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

Maintainer's Corner

Package maintainers

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]
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:54:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7267 total (52 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 2020-06-02 [all 1 reports]