Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pudo/dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://github.com/pudo/dataset

database python sql

Last synced: about 2 months ago
JSON representation

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.

Lists

README

        

dataset: databases for lazy people
==================================

![build](https://github.com/pudo/dataset/workflows/build/badge.svg)

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
```

**Note:** as of version 1.0, **dataset** is split into two packages, with the
data export features now extracted into a stand-alone package, **datafreeze**.
See the relevant repository [here](https://github.com/pudo/datafreeze).