libpq: libpq binding for Haskell

[ bsd3, database, library ] [ Propose Tags ]

This binding uses the libpq asynchronous API in combination with threadWaitRead and threadWaitWrite to take advantage of the I/O manager.


[Skip to Readme]

Modules

[Last Documentation]

  • Database
    • Database.PQ

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 2010-10-05T22:58:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3970 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-28 [all 6 reports]

Readme for libpq-0.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.