Popularity
7.7
Declining
Activity
4.6
Growing
4,710
102
296

Description

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

To install dataset, fetch it with pip:

Code Quality Rank: L5
Programming language: Python
License: MIT License
Latest version: v1.3.1

dataset alternatives and similar packages

Based on the "Other Relational Databases" category.
Alternatively, view dataset alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dataset or a related project?

Add another 'Other Relational Databases' Package

README

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.