Skip to content

Commit 54829a3

Browse files
committed
Added DB-API tutorials.
1 parent cafff88 commit 54829a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/scenarios/db.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ database access modules. It's documented in `PEP 249 <http://www.python.org/dev/
99
Nearly all Python database modules such as `sqlite3`, `psycopg` and
1010
`mysql-python` conform to this interface.
1111

12-
12+
Tutorials that explain how to work with modules that conform to this interface can be found
13+
`here <http://halfcooked.com/presentations/osdc2006/python_databases.html>`_ and
14+
`here <http://www.amk.ca/python/writing/DB-API.html>`_.
1315

1416
SQLAlchemy
1517
----------

0 commit comments

Comments
 (0)