hasql-class: Encodable and Decodable classes for hasql

[ bsd3, database, hasql, library, postgresql ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.1.0, 0.1.0.0
Dependencies base (>=4.7 && <4.10), bytestring, contravariant (>=1.4 && <1.5), data-default-class (>=0.0 && <0.1), generics-eot (>=0.2 && <0.3), hasql (>=0.19.11 && <0.20), text, time (>=1.4 && <1.6), vector [details]
License BSD-3-Clause
Copyright (c) Julian K. Arni
Author Julian K. Arni
Maintainer jkarni@gmail.com
Category Hasql, Database, PostgreSQL
Home page http://github.com/turingjump/hasql-class#readme
Bug tracker https://github.com/turingjump/hasql-class/issues
Source repo head: git clone https://github.com/turingjump/hasql-class
Uploaded by jkarni at 2016-08-29T14:57:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2658 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hasql-class-0.0.0.1

[back to package description]

hasql-class

This packages provides the classes Encodable and Decodable for types that have hasql encoders or decoders, respectively. It also provides generic instances for them.