Deprecated

In favour of

hasql-postgres

A "PostgreSQL" backend for the "hasql" library

https://github.com/nikita-volkov/hasql-postgres

Version on this page:0.7.3
LTS Haskell 3.22:0.10.6
Stackage Nightly 2015-12-14:0.10.6
Latest on Hackage:0.10.6

See all snapshots hasql-postgres appears in

MIT licensed and maintained by Nikita Volkov
This version can be pinned in stack with:hasql-postgres-0.7.3@sha256:4ae70f39afbab8fc94ebb45a68264decaa4334ac412725f544a315f88a2825c3,7549

Module documentation for 0.7.3

  • Hasql
    • Hasql.Postgres

This library provides a "PostgreSQL" driver for the "hasql" library.

It supports all Postgres versions starting from 8.3 and is tested against 8.3, 9.3 and 9.4 with the integer_datetimes setting off and on.

According to the included benchmarks, it performs up to 2x faster than "postgresql-simple" and up to 7x faster than "HDBC". You can read up a post with analysis of those benchmarks.