Skip to content
/ dataset Public

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

License

Notifications You must be signed in to change notification settings

pudo/dataset

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2021
Aug 8, 2023
Jul 12, 2023
Aug 8, 2023
Jul 12, 2023
Jan 11, 2020
Jan 11, 2020
Apr 1, 2013
Oct 30, 2021
Mar 15, 2020
Dec 4, 2017
Jul 12, 2023

Repository files navigation

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.