@hackage pgsql-simple0.1.2
A mid-level PostgreSQL client library.
Categories
License
BSD-3-Clause
Maintainer
Chris Done <chrisdone@gmail.com>
Links
Versions
Deprecated
Dependencies (16)
- MonadCatchIO-transformers
- attoparsec >=0.8.5.3
- base <5
- base16-bytestring
- binary >=0.4.1 && <0.6
- blaze-builder Show all…
Dependents (2)
@hackage/snap-app, @hackage/acme-everything
Work in progress
I am currently porting the MySQL parts to PostgreSQL, hoping to maintain the rest of the API verbatim.
pgsql-simple: mid-level bindings to PostgreSQL servers
This library is a mid-level Haskell binding to PostgreSQL servers. It is aimed at speed and ease of use.
Licensing
This library is BSD-licensed.
Authors
This library is written and maintained by Chris Done, chrisdone@gmail.com.
This library is also directly forked from mysql-simple, written and maintained by Bryan O'Sullivan, bos@mailrank.com, with the MySQL parts changed to PostgreSQL, in order to have a consistent API.