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

Module psycopg2.extras

Miscellaneous goodies for psycopg2

This module is a generic place used to hold little helper functions and classes untill a better place in the distribution is found.


Classes
DictConnection A connection that uses DictCursor automatically.
DictCursor A cursor that keeps a list of column name -> index mappings.
DictRow A row object that allow by-colun-name access to data.
SQL_IN Adapt any iterable to an SQL quotable object.