@hackage / rfc-psql

The PostgreSQL extensions from the Robert Fischer Commons.

Latest0.0.0.1

About

Metadata

  • Last updated , by RobertFischer
  • License MIT
  • Categories Databases
  • Maintained by: smokejumperit+rfc@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    production (off by default)

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

Readme

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.