@hackage hasql-postgres0.3.3
A "PostgreSQL" backend for the "hasql" library
Deprecated
Dependencies (19)
- attoparsec >=0.12 && <0.13
- base >=4.5 && <4.8
- base-prelude >=0.1.3 && <0.2
- bytestring >=0.10.4.0 && <0.11
- hashable >=1.2 && <1.3
- hashtables >=1.1 && <1.2 Show all…
Dependents (5)
@hackage/postgrest, @hackage/acme-everything, @hackage/snaplet-hasql, @hackage/hasql-postgres-options, @hackage/hasql
This library provides a "PostgreSQL" driver for the "hasql" library.
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.