templatepg-0.1.0: A PostgreSQL access library with compile-time SQL type inference

The templatepg package

TemplatePG provides PostgreSQL access from Haskell via the PostgreSQL protocol. It also provides a higher-level Template Haskell interface. It eliminates a class of runtime errors by checking queries against a PostgreSQL database at compile-time. This also reduces boilerplate code for dealing with query results, as the type and number of result columns are known at compile-time.

Properties

Version0.1.0
Dependenciesbase (≥4 & <6), binary, bytestring, haskell-src-meta, haskell98, mtl, network, parsec, regex-compat, regex-posix, template-haskell, time, utf8-string
LicenseBSD3
Copyright2010, 2011 Chris Forno
AuthorChris Forno (jekor)
Maintainerjekor@jekor.com
Stabilityalpha
CategoryDatabase
Bug trackermailto:jekor@jekor.com
Upload dateTue Jan 4 04:02:36 UTC 2011
Uploaded byChrisForno
Built onghc-7.0

Modules

Downloads