[SQL-CVS] r4701 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-01-08 03:58:18
|
Author: phd Date: Tue Jan 7 20:58:09 2014 New Revision: 4701 Log: TODO: PyMySQL Modified: SQLObject/trunk/docs/TODO.txt Modified: SQLObject/trunk/docs/TODO.txt ============================================================================== --- SQLObject/trunk/docs/TODO.txt Wed Dec 25 08:40:32 2013 (r4700) +++ SQLObject/trunk/docs/TODO.txt Tue Jan 7 20:58:09 2014 (r4701) @@ -91,6 +91,8 @@ * Pure Python Mysql Interface: https://github.com/nasi/MyPy +* PyMySQL: https://github.com/PyMySQL/PyMySQL + * pg8000 driver: http://code.google.com/p/pg8000/ * py-postgresql driver: http://python.projects.postgresql.org/ |