mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 14:50:18 +00:00
Update README.rst
This commit is contained in:
+5
-5
@@ -85,16 +85,16 @@ Export your query results to CSV:
|
||||
|
||||
.. code:: python
|
||||
|
||||
>>> print rows.dataset.yaml
|
||||
- {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo}
|
||||
...
|
||||
>>> print rows.dataset.yaml
|
||||
- {active: true, name: Henry Ford, timezone: '2016-02-06 22:28:23.894202', user_email: hansolo@gmail.com, username: hansolo}
|
||||
...
|
||||
|
||||
- JSON:
|
||||
|
||||
.. code:: python
|
||||
|
||||
>>> print rows.dataset.json
|
||||
[{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]
|
||||
>>> print rows.dataset.json
|
||||
[{"username": "hansolo", "active": true, "name": "Henry Ford", "user_email": "hansolo@gmail.com", "timezone": "2016-02-06 22:28:23.894202"}, ...]
|
||||
|
||||
|
||||
Excel:
|
||||
|
||||
Reference in New Issue
Block a user