Merge pull request #141 from mahmoudhossam/master

More content.
This commit is contained in:
Kenneth Reitz
2012-05-07 09:05:08 -07:00
3 changed files with 41 additions and 6 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ database access modules. It's documented in `PEP 249 <http://www.python.org/dev/
Nearly all Python database modules such as `sqlite3`, `psycopg` and
`mysql-python` conform to this interface.
Tutorials that explain how to work with modules that conform to this interface can be found
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`_ and
`here <http://www.amk.ca/python/writing/DB-API.html>`_.
SQLAlchemy
----------