pgator.db.pq

Modules

api
module pgator.db.pq.api

This module defines high-level wrapper around libpq bindings. * The major goals: <ul> <li>Get more control over library errors (by converting to exceptions)</li> <li>Create layer that can be mocked in purpose of unittesting</li> </ul> *

connection
module pgator.db.pq.connection

Module describes a real connection to PostgreSQL server. *

libpq
module pgator.db.pq.libpq

This module defines realization of high-level libpq api. *

types
module pgator.db.pq.types