Python, PostgreSQL, What next?

Fredrik Lundh fredrik at pythonware.com
Sat Dec 2 08:05:14 EST 2006


vbgunz wrote:

> I've studied Python and studied PostgreSQL. What is the absolute next
> best step to take to merge these two finely together?

the db-api interface:

   http://www.python.org/dev/peps/pep-0249/

db-api compliant postgresql adapters:

   http://www.pygresql.org/
   http://www.initd.org/

higher-level interfaces for postgresql and other db-api compliant drivers:

   http://www.sqlobject.org/
   http://www.sqlalchemy.org/
   http://www.djangoproject.com/documentation/db_api/
   etc.

</F>




More information about the Python-list mailing list