@hackage / hasql-postgres

A "PostgreSQL" backend for the "hasql" library

Version Deprecated package0.10.6

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Categories Databases
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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.