libpq: libpq binding for Haskell

[ bsd3, database, library ] [ Propose Tags ]

This is a binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4.0, 0.4.1
Dependencies base (>=4 && <5), bytestring, unix [details]
License BSD-3-Clause
Author Grant Monroe
Maintainer grant@tnarg.com
Category Database
Home page http://github.com/tnarg/haskell-libpq
Uploaded by GrantMonroe at 2011-04-06T05:04:52Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3955 total (14 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 libpq-0.4.1

[back to package description]

Haskell libpq binding

This is a Haskell binding to libpq: the C application programmer's interface to PostgreSQL. libpq is a set of library functions that allow client programs to pass queries to the PostgreSQL backend server and to receive the results of these queries.