We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de4a12 commit c6b4cb8Copy full SHA for c6b4cb8
docs/scenarios/db.rst
@@ -24,6 +24,19 @@ generalized API for writing database-agnostic code without SQL.
24
25
$ pip install sqlalchemy
26
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
40
Django ORM
41
----------
42
0 commit comments