sqlite-utils create-table --transform, refs #467

This commit is contained in:
Simon Willison 2022-08-27 07:54:54 -07:00
commit 5ef47d6c30
3 changed files with 27 additions and 4 deletions

View file

@ -856,6 +856,7 @@ See :ref:`cli_create_table`.
foreign key
--ignore If table already exists, do nothing
--replace If table already exists, replace it
--transform If table already exists, try to transform the schema
--load-extension TEXT SQLite extensions to load
-h, --help Show this message and exit.