[SQL-CVS] r4286 - SQLObject/branches/0.15/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-11-22 17:49:30
|
Author: phd Date: Mon Nov 22 10:49:24 2010 New Revision: 4286 Log: Added URLs for MySQL Connector/Python, oursql MySQL bindings, pyfirebirdsql. 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:17:01 2010 (r4285) +++ SQLObject/branches/0.15/docs/TODO.txt Mon Nov 22 10:49:24 2010 (r4286) @@ -83,6 +83,12 @@ * py-postgresql driver: http://python.projects.postgresql.org/ +* MySQL Connector/Python: https://launchpad.net/myconnpy + +* oursql MySQL bindings: https://launchpad.net/oursql + +* 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 internal attributes. |