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.
2 parents 3959d6d + 8b14ee1 commit fce6fd6Copy full SHA for fce6fd6
postgres/__init__.py
@@ -22,6 +22,9 @@
22
23
The `sql`_ library provides a run / one / all API for any DB API 2.0 driver.
24
25
+The `Records`_ library provides a similar top-level API, and integration with
26
+SQLAlchemy and Tablib.
27
+
28
29
Tutorial
30
--------
@@ -150,6 +153,7 @@
150
153
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
151
154
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
152
155
.. _sql: https://pypi.python.org/pypi/sql
156
+.. _Records: https://github.com/kennethreitz/records
157
.. _DB-API 2.0: http://www.python.org/dev/peps/pep-0249/
158
.. _SQL injection: http://en.wikipedia.org/wiki/SQL_injection
159
0 commit comments