2013-04-03 01:56:57 +02:00
|
|
|
dataset: databases for lazy people
|
|
|
|
|
==================================
|
2011-12-21 09:33:10 +01:00
|
|
|
|
2014-01-31 21:20:39 +01:00
|
|
|
[](https://travis-ci.org/pudo/dataset)
|
|
|
|
|
|
2013-04-03 01:56:57 +02:00
|
|
|
In short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files.
|
2011-12-22 19:34:59 +01:00
|
|
|
|
2016-06-18 10:27:03 +02:00
|
|
|
[Read the docs](https://dataset.readthedocs.io/)
|
2011-12-22 19:34:59 +01:00
|
|
|
|
2015-05-23 16:38:53 +02:00
|
|
|
To install dataset, fetch it with ``pip``:
|
2011-12-21 09:33:10 +01:00
|
|
|
|
2015-05-23 16:53:02 +02:00
|
|
|
```bash
|
|
|
|
|
$ pip install dataset
|
|
|
|
|
```
|