DB module tutorial

Ken Godee ken at perfect-image.com
Sat Mar 20 09:17:50 EST 2004


km wrote:
> Hi all,
> 
> Where can i find  PoPy  and psycopg tutorials ? 
> i googled but in vain --- 
> thanks in advance .
> KM
> 
> 
> 

most implement the Python Database API Specification Version 2.0.
so it's about the same for all the adapters.

psycopg comes with several examples to look at and I believe
there's also the start of a book too.

"The Python Database API Introduction"
http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/prog/c7205.html

Database Topic Guide
http://www.python.org/topics/database/





More information about the Python-list mailing list