项目作者: pudo

项目描述 :
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
高级语言: Python
项目地址: git://github.com/pudo/dataset.git
创建时间: 2013-04-01T14:57:55Z
项目社区:https://github.com/pudo/dataset

开源协议: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:

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