This commit is contained in:
2016-02-21 23:44:47 -05:00
parent 1de4a12254
commit c6b4cb8d49
+13
View File
@@ -24,6 +24,19 @@ generalized API for writing database-agnostic code without SQL.
$ pip install sqlalchemy
Records
-------
`Records <https://github.com/kennethreitz/records>`_ is minimalist SQL library,
designed for sending raw SQL queries to various databases. Data can be used
programatically, or exported to a number of useful data formats.
.. code-block:: console
$ pip install records
Also included is a command-line tool for exporting SQL data.
Django ORM
----------