4caa2cb0cbccbe2cebf9e7c4b0ff5d44b3497279
When creating the table in the 'Storing data' section the table created was called 'person', rather than 'user' making the other examples not work because 'user' was referred to rather than 'person'. I added countries to the entered data so that later queries in the quickstart return some data. I changed examples of returned data in 'Inspecting databases and tables' match what is actually returned. In 'Reading data from tables' I make the examples return real data.
dataset: databases for lazy people
In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.
Description
Upgraded dataset version from https://github.com/pudo/dataset/. This one uses new SQLAlchemy2.
870 KiB
Languages
Python
99.5%
Makefile
0.5%
