Brett Beaudoin fffa633e84 Added support for "IN" operator of a WHERE clause.
The table update only allowed for "==" operator as in:
  UPDATE mytable SET foo = 'bar' WHERE id = 123;

Now allows for "IN" operator as in:
  UPDATE mytable SET foo = 'bar' WHERE id IN (123, 876);

This required changes to the "_args_to_clause" and "update" functions.
2013-06-06 17:23:52 -06:00
2013-05-21 16:17:36 +02:00
2013-04-06 03:06:51 +02:00
2013-04-30 16:38:01 +02:00
2013-04-01 22:39:04 +02:00
2013-04-03 01:56:57 +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%