The latest version of postgresql-typed is 0.6.2.5-0.

postgresql-typed

Version 0.3.3 revision 0 uploaded by DylanSimon.

Package meta

Synopsis
A PostgreSQL access library with compile-time SQL type inference
Description

Automatically type-check SQL statements at compile time. Uses Template Haskell and the raw PostgreSQL protocol to describe SQL statements at compile time and provide appropriate type marshalling for both parameters and results. Allows not only syntax verification of your SQL but also full type safety between your SQL and Haskell. Supports many built-in PostgreSQL types already, including arrays and ranges, and can be easily extended in user code to support any other types. Originally based on Chris Forno's templatepg library.

Author
Dylan Simon
Bug reports
https://github.com/dylex/postgresql-typed/issues
Category
Database
Copyright
2010-2013 Chris Forno, 2014-2015 Dylan Simon
Homepage
https://github.com/dylex/postgresql-typed
Maintainer
Dylan Simon <dylan-pgtyped@dylex.net>
Package URL
n/a
Stability
alpha

Components