976c25ad14cf2bc96361ff81e2367ad098f5cc2d
There are small typos in: - dataset/table.py - docs/queries.rst - docs/quickstart.rst Fixes: - Should read `significant` rather than `signficant`. - Should read `parameterisation` rather than `paramterisation`. - Should read `explicitly` rather than `explicetly`. Signed-off-by: Tim Gates <tim.gates@iress.com>
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
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.
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
870 KiB
Languages
Python
99.5%
Makefile
0.5%