dataset: databases for lazy people
|
|
==================================
|
|
|
|
[](https://travis-ci.org/pudo/dataset)
|
|
|
|
In short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files.
|
|
|
|
[Read the docs](https://dataset.readthedocs.io/)
|
|
|
|
To install dataset, fetch it with ``pip``:
|
|
|
|
```bash
|
|
$ pip install dataset
|
|
```
|