Databases

Klaus Momberger klaus_momberger at yahoo.com
Sat Nov 17 05:13:54 EST 2001


"Gustavo Campanelli" <gcampanelli at ciudad.com.ar> wrote in message news:<mailman.1005920602.11437.python-list at python.org>...
> I?m trying to access a database from python. Where should I look for
> documentation about using python as interface for MySQL or PostgreSQL? Of
> course, that is under Linux.
> 
> Gdc
>
You can compile Postgresql with Python support (configure --with-python)
which builds a module that is loadable from Python. 

-klaus.



More information about the Python-list mailing list