Skip to content
/ dataset Public
forked from pudo/dataset

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

abmyii/dataset

This branch is 52 commits behind pudo/dataset:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

97d67e3 · Dec 30, 2020
Aug 23, 2020
Dec 30, 2020
Dec 30, 2020
Dec 29, 2020
Dec 30, 2020
Jan 11, 2020
Jan 11, 2020
Apr 1, 2013
Sep 29, 2017
Mar 15, 2020
Dec 4, 2017
Dec 30, 2020

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Makefile 0.5%