Skip to content

Commit c6b4cb8

Browse files
committed
Records!
1 parent 1de4a12 commit c6b4cb8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/scenarios/db.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ generalized API for writing database-agnostic code without SQL.
2424
2525
$ pip install sqlalchemy
2626
27+
Records
28+
-------
29+
30+
`Records <https://github.com/kennethreitz/records>`_ is minimalist SQL library,
31+
designed for sending raw SQL queries to various databases. Data can be used
32+
programatically, or exported to a number of useful data formats.
33+
34+
.. code-block:: console
35+
36+
$ pip install records
37+
38+
Also included is a command-line tool for exporting SQL data.
39+
2740
Django ORM
2841
----------
2942

0 commit comments

Comments
 (0)