hdbc-aeson: Deserialize from HDBC rows to FromJSON instances

[ database, library, mit ] [ Propose Tags ]

Deserialize from HDBC rows to FromJSON instances


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.2
Dependencies aeson (>=0.8), base (>=4.6 && <4.8), convertible, HDBC, scientific (>=0.3.3.0), text, unordered-containers, vector [details]
License MIT
Author Daniel Choi
Maintainer dhchoi@gmail.com
Category Database
Home page https://github.com/danchoi/hdbc-aeson
Uploaded by DanielChoi at 2015-03-20T16:31:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3366 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-20 [all 1 reports]

Readme for hdbc-aeson-0.1.3.2

[back to package description]

hdbc-aeson

Provides a way to reuse FromJSON instances to unmarshall values from an HDBC database to Haskell values. See HDBC.Aeson module or Hackage page for API.

Author