hasql-class: Encodable and Decodable classes for hasql

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

Please see README.md


[Skip to Readme]

Modules

[Last Documentation]

  • Hasql
    • Hasql.Class
      • Internal
        • Hasql.Class.Internal.Decodable
        • Hasql.Class.Internal.Encodable

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.2), generics-eot (>=0.2 && <0.3), hasql (>=0.19.11 && <0.20), text, time (>=1.4 && <1.7), 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-11-22T11:18:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2651 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-22 [all 3 reports]

Readme for hasql-class-0.0.1.0

[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.