Package orm2 :: Package adapters :: Package pgsql
[hide private]
[frames] | no frames]

Source Code for Package orm2.adapters.pgsql

 1  #!/usr/bin/env python 
 2  # -*- coding: iso-8859-1 -*- 
 3   
 4  """ 
 5  orm2's PostgreSQL adapter.  It relies on the psycopg Module to connect 
 6  to the backend. See 
 7   
 8     - Website:  http://initd.org/software/initd/psycopg 
 9     - Download: http://initd.org/pub/software/psycopg/psycopg-1.0.12.tar.gz  
10   
11  for details.    
12   
13  """ 
14