| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Fri, 16 Jan 2026 23:44:13 GMT
X-Served-By: cache-dfw-ktki8620042-DFW, cache-bom-vanm7210056-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768607053.536984,VS0,VE786
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
pgsql-simple: A mid-level PostgreSQL client library.
[Skip to Readme]
pgsql-simple: A mid-level PostgreSQL client library.
Deprecated
in favor of postgresql-simple
A mid-level client library for the PostgreSQL database, intended to be fast and easy to use.
[Skip to Readme]
Modules
[Index]
Downloads
- pgsql-simple-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.1, 0.1.2 |
|---|---|
| Dependencies | attoparsec (>=0.8.5.3), base (<5), base16-bytestring, binary (>=0.4.1 && <0.6), blaze-builder, blaze-textual, bytestring (>=0.9), containers (>=0.5), MonadCatchIO-transformers, mtl (>=2.0), network (>=2.2), old-locale, pcre-light, text (>=0.11.0.2), time, utf8-string [details] |
| License | BSD-3-Clause |
| Copyright | 2011 Chris Done, 2011 MailRank, Inc. |
| Author | Chris Done <chrisdone@gmail.com>, Bryan O'Sullivan <bos@mailrank.com> |
| Maintainer | Chris Done <chrisdone@gmail.com> |
| Uploaded | by ChrisDone at 2013-03-05T20:01:58Z |
| Category | Database |
| Home page | https://github.com/chrisdone/pgsql-simple |
| Bug tracker | https://github.com/chrisdone/pgsql-simple/issues |
| Source repo | head: git clone https://github.com/chrisdone/pgsql-simple |
| Distributions | |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 1884 total (6 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs uploaded by user Build status unknown [no reports yet] |
Readme for pgsql-simple-0.1.2
[back to package description]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.