emanuelfeld 753d4a28d4 Check if primary column on first _sync_table call
Checks if column is primary key column on table creation, before
attempting to add again as non-primary key column.
2017-09-28 23:57:48 -04:00
2017-09-09 18:37:37 +02:00
2017-01-29 15:45:18 +01:00
2017-09-02 09:01:30 +02:00
2015-05-23 16:28:29 +02:00
2013-04-01 22:39:04 +02:00
2017-09-09 18:40:47 +02:00
2017-09-09 18:34:32 +02:00
2017-09-14 20:22:40 -03:00
2017-09-24 10:41:08 +03:00

dataset: databases for lazy people

Build Status

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.

S
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
Readme
870 KiB
Languages
Python 99.5%
Makefile 0.5%