IPostgreSQL

OOP styled libpq wrapper to automatically handle library loading/unloading and to provide mockable layer for unittests.

shared
interface IPostgreSQL {}

Members

Functions

startConnect
shared(IPGconn) startConnect(string conninfo)

Prototype: PQconnectStart

Meta