94bc6e09c0f448fbab2047304f39d4b706abadb5
This adds a method to create a column by giving an example of the data it will contain rather than by specifying its SQLAlchemy type. This extends the range of operations that can be performed without reading the SQLAlchemy docs.
dataset: databases for lazy people
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:
$ pip install dataset
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
870 KiB
Languages
Python
99.5%
Makefile
0.5%
