Package psycopg2 :: Module pool
[show private | hide private]
[frames | no frames]

Module psycopg2.pool

Connection pooling for psycopg2

This module implements thread-safe (and not) connection pools.


Classes
AbstractConnectionPool Generic key-based pooling code.
PersistentConnectionPool A pool that assigns persistent connections to different threads.
SimpleConnectionPool A connection pool that can't be shared across different threads.
ThreadedConnectionPool A connection pool that works with the threading module.

Exceptions
PoolError  

Function Summary
  dbg(*args)

Function Details

dbg(*args)