postgresql-typed-lifted: postgresql-typed operations lifted to any instance of MonadBase or MonadBaseControl.

[ bsd3, database, library ] [ Propose Tags ]

Provides generalized lifted operations for postgresql-typed. Version numbers track postgresql-typed.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.1.1
Dependencies base (>=4.8 && <5), base-unicode-symbols (>=0.2.2.4 && <0.3), bytestring (>=0.10.2 && <0.11), exceptions (>=0.8.3 && <0.9), lens (>=4.14 && <4.18), monad-control (>=0.3 && <1.1), postgresql-typed (>=0.5.1 && <0.6), transformers-base (>=0.4 && <0.5) [details]
License BSD-3-Clause
Copyright 2017 Evan Cofsky
Author Evan Cofsky
Maintainer evan@theunixman.com
Category Database
Home page https://gitlab.com/theunixman/postgresql-typed-lifted
Uploaded by misandrist at 2017-04-17T03:29:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 899 total (4 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 postgresql-typed-lifted-0.5.1.1

[back to package description]

PostgreSQL Typed: Lifted

This provides lifted operations from PostgreSQL Typed. The operations are lifted into MonadBaseControl, and exceptions are lifted with Exceptions.

Versioning

The version numbers we use track PostgreSQL Typed.