rfc-psql: The PostgreSQL extensions from the Robert Fischer Commons.

[ database, library, mit ] [ Propose Tags ]

Provides best-of-breed support for PostgreSQL, currently based on postgresql-typed.


[Skip to Readme]

Modules

  • RFC
    • RFC.Psql

Flags

Manual Flags

NameDescriptionDefault
production

If true, disables failing on warnings and enables aggressive optimizations.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1
Dependencies base (>=4.10 && <5), bytestring (>=0.10), network (>=2.6), postgresql-typed (>=0.5), resource-pool (>=0.2), rfc-env, rfc-prelude, transformers (>=0.5) [details]
License MIT
Author Robert Fischer
Maintainer smokejumperit+rfc@gmail.com
Category Database
Home page https://github.com/RobertFischer/rfc#readme
Bug tracker https://github.com/RobertFischer/rfc/issues
Source repo head: git clone https://github.com/RobertFischer/rfc(rfc-psql)
Uploaded by RobertFischer at 2018-07-03T02:51:22Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 789 total (3 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 2018-07-03 [all 3 reports]

Readme for rfc-psql-0.0.0.1

[back to package description]

RFC PostgreSQL Support

This module provides various utility methods, a monad, and some instances to make operating with psql easier. It specifically leverages postgresql-typed, because that provides some reasonable compile-time checking of SQL correctness and parameter/return value type conversions.