[SQL-CVS] r4288 - SQLObject/branches/0.15/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-12-04 21:43:34
|
Author: phd Date: Sat Dec 4 14:43:24 2010 New Revision: 4288 Log: More drivers (with URLs) for Postgres, MySQL and FireBird. Modified: SQLObject/branches/0.15/docs/TODO.txt Modified: SQLObject/branches/0.15/docs/TODO.txt ============================================================================== --- SQLObject/branches/0.15/docs/TODO.txt Mon Nov 22 10:50:39 2010 (r4287) +++ SQLObject/branches/0.15/docs/TODO.txt Sat Dec 4 14:43:24 2010 (r4288) @@ -81,13 +81,15 @@ * Python 3.0+. -* py-postgresql driver: http://python.projects.postgresql.org/ +* More drivers for PostgreSQL: `py-postgresql <http://python.projects.postgresql.org/>`__, + `pg8000 <http://pybrary.net/pg8000/>`__, + `ocpgdb <http://code.google.com/p/ocpgdb/>`__, + `bpgsql <http://barryp.org/software/bpgsql/>`__. -* MySQL Connector/Python: https://launchpad.net/myconnpy +* More drivers for MySQL: `MySQL Connector/Python <https://launchpad.net/myconnpy>`__, + `oursql MySQL bindings <https://launchpad.net/oursql>`__. -* oursql MySQL bindings: https://launchpad.net/oursql - -* pyfirebirdsql: https://github.com/nakagami/pyfirebirdsql +* More drivers for FireBird: `pyfirebirdsql <https://github.com/nakagami/pyfirebirdsql>`__. * dict API: use getitem interface for column access instead of getattr; reserve getattr for internal attributes only; this helps to avoid collisions with |