postgresql-libpq-0.9.3.1: low-level binding to libpq

Copyright(c) 2010 Grant Monroe
(c) 2011 Leon P Smith
LicenseBSD3
Safe HaskellSafe
LanguageHaskell98

Database.PostgreSQL.LibPQ.Internal

Description

This module exports the data constructor for the database connection object so that people may create their own foreign bindings to libpq functions that may not exist yet in vanilla postgresql-libpq.

Synopsis

Documentation

data Connection Source #

Connection encapsulates a connection to the backend.

Constructors

Conn !(ForeignPtr PGconn) !(MVar NoticeBuffer)