Abhinav Upadhyay 508e025689 Fix insert for tables that do not have any primary key.
The insert method returns the value of the primary key for the inserted
row. But for tables that do not have any primary key, it raises an
IndexError, which is clearly wrong. At best it should return None in
such cases and avoid raising any exception.
2014-01-04 11:53:15 +05:30
2013-11-12 14:14:53 +00:00
2013-04-30 16:38:01 +02:00
2013-11-15 22:50:17 +02:00
2013-04-01 22:39:04 +02:00
2013-04-03 01:56:57 +02:00
2013-11-15 22:50:17 +02:00

dataset: databases for lazy people

In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.

Read the docs

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%