Sqlite-generate

Latest version: v1.1.1

Safety actively analyzes 613460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.1

- Fixed a minor bug in the documentation.

1.1

* `--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/

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.