mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Records!
This commit is contained in:
@@ -24,6 +24,19 @@ generalized API for writing database-agnostic code without SQL.
|
|||||||
|
|
||||||
$ pip install sqlalchemy
|
$ 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
|
Django ORM
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user