Back to directory
pudo avatar

dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/pudo/dataset.git

4,871

Stars

298

Forks

97

Watchers

MIT

License

dataset: databases for lazy people

build

In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.

Read the docs

To install dataset, fetch it with pip:

$ 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.

Releases

Apr 12, 2026

dataset 2.0.0

Download .zip

dataset 2.0.0 SQLAlchemy 2.x

Full support for SQLAlchemy 2.0+ with backward compatibility to 1.4.0 Fixed autobegin semantics and DDL lock contention Updated SQLAlchemy constraint to allow versions up...