Skip to content

Commit 1a93ed9

Browse files
committed
Add link to sql library
1 parent 69dd03a commit 1a93ed9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

postgres/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
:py:mod:`postgres` is in the `public domain`_.
1818
1919
20+
See Also
21+
--------
22+
23+
The `sql`_ library provides the run / one / all API for any DB API 2.0 driver.
24+
25+
2026
Tutorial
2127
--------
2228
@@ -143,6 +149,7 @@
143149
.. _PyPI: https://pypi.python.org/pypi/postgres
144150
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
145151
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
152+
.. _sql: https://pypi.python.org/pypi/sql
146153
.. _DB-API 2.0: http://www.python.org/dev/peps/pep-0249/
147154
.. _SQL injection: http://en.wikipedia.org/wiki/SQL_injection
148155

0 commit comments

Comments
 (0)