[SQL-CVS] r4499 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2012-02-01 16:41:10
|
Author: phd Date: Wed Feb 1 09:11:20 2012 New Revision: 4499 Log: pg8000 driver. Modified: SQLObject/trunk/docs/TODO.txt Modified: SQLObject/trunk/docs/TODO.txt ============================================================================== --- SQLObject/trunk/docs/TODO.txt Wed Feb 1 09:09:14 2012 (r4498) +++ SQLObject/trunk/docs/TODO.txt Wed Feb 1 09:11:20 2012 (r4499) @@ -76,6 +76,8 @@ * py-postgresql driver: http://python.projects.postgresql.org/ +* pg8000 driver: http://code.google.com/p/pg8000/ + * MySQL Connector/Python: https://launchpad.net/myconnpy * oursql MySQL bindings: https://launchpad.net/oursql |