pgator.db

Modules

async
module pgator.db.async
connection
module pgator.db.connection

Medium sized wrapper around PostgreSQL connection.

pool
module pgator.db.pool

Module describes connection pool to data bases. Pool handles several connections to one or more sql servers. If connection is lost, pool tries to reconnect over reconnectTime duration.

pq
module pgator.db.pq