We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dd03a commit 1a93ed9Copy full SHA for 1a93ed9
postgres/__init__.py
@@ -17,6 +17,12 @@
17
:py:mod:`postgres` is in the `public domain`_.
18
19
20
+See Also
21
+--------
22
+
23
+The `sql`_ library provides the run / one / all API for any DB API 2.0 driver.
24
25
26
Tutorial
27
--------
28
@@ -143,6 +149,7 @@
143
149
.. _PyPI: https://pypi.python.org/pypi/postgres
144
150
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
145
151
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
152
+.. _sql: https://pypi.python.org/pypi/sql
146
153
.. _DB-API 2.0: http://www.python.org/dev/peps/pep-0249/
147
154
.. _SQL injection: http://en.wikipedia.org/wiki/SQL_injection
148
155
0 commit comments