pgsql-simple: A mid-level PostgreSQL client library.

[ bsd3, database, deprecated, library ] [ Propose Tags ]
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]

Downloads

Maintainer's Corner

Package maintainers

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>
Category Database
Home page https://github.com/chrisdone/pgsql-simple
Bug tracker https://github.com/chrisdone/pgsql-simple/issues
Source repo head: git clone http://github.com/chrisdone/pgsql-simple
Uploaded by ChrisDone at 2013-03-05T20:01:58Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1787 total (5 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.