Skip to content

Commit fce6fd6

Browse files
committed
Merge pull request #56 from gratipay/note-records
note Records
2 parents 3959d6d + 8b14ee1 commit fce6fd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

postgres/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
2323
The `sql`_ library provides a run / one / all API for any DB API 2.0 driver.
2424
25+
The `Records`_ library provides a similar top-level API, and integration with
26+
SQLAlchemy and Tablib.
27+
2528
2629
Tutorial
2730
--------
@@ -150,6 +153,7 @@
150153
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
151154
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
152155
.. _sql: https://pypi.python.org/pypi/sql
156+
.. _Records: https://github.com/kennethreitz/records
153157
.. _DB-API 2.0: http://www.python.org/dev/peps/pep-0249/
154158
.. _SQL injection: http://en.wikipedia.org/wiki/SQL_injection
155159

0 commit comments

Comments
 (0)