Package pydo :: Package drivers :: Module psycopgconn
[show private | hide private]
[frames | no frames]

Module pydo.drivers.psycopgconn

PyDO driver for PostgreSQL, using the psycopg driver.

Currently this has been tested with psycopg 1.1.18 and 1.99.1.12, and attempts to support both.
Classes
PsycopgConverter  
PsycopgDBI  

Function Summary
  convert_DATE(dt)
  convert_TIMESTAMP(ts)

Variable Summary
dict _converters = {<type 'datetime.datetime'>: <function <la...

Variable Details

_converters

Type:
dict
Value:
{<type 'datetime.datetime'>: <function <lambda> at 0x30145430>,
 <type 'datetime.date'>: <function <lambda> at 0x30145470>,
 <type 'DateTime'>: <built-in function TimestampFromMx>,
 <type 'DateTimeDelta'>: <function <lambda> at 0x30145630>,
 <class 'pydo.dbtypes.DATE'>: <function convert_DATE at 0x3015d130>,
 <class 'pydo.dbtypes.TIMESTAMP'>: <function convert_TIMESTAMP at 0x30\
145370>,
 <class 'pydo.dbtypes.INTERVAL'>: <function <lambda> at 0x30145570>,
...                                                                    

Generated by Epydoc 2.1 on Thu Nov 17 15:02:47 2005 http://epydoc.sf.net