* `--columns` can now accept a range, e.g. `--columns 2,10`. 12 * Can now generate rowid or compound primary key tables using the new `--pks` option. `--pks 0` produces rowid tables, `--pks=2` produces compound primary keys, and `--pks=0,2` produces different primary key configurations randomly. 8
1.0
Added `--fts` (and `--fts4`) option for configuring full-text search against generated text columns. 9
0.4.1
* Fixed bug with foreign key generation when running the tool multiple times against the same database. 10 * Fixed bug generating foreign keys against empty tables. 11
0.4
Can now generate random foreign key columns, controlled by the new `--fks` option. 7
0.3.1
README now links to live demo at https://sqlite-generate-demo.datasette.io/