sqlite-utils transform data.db mytable \ -o id -o title -o description
The same command can handle many other operations such as changing column types, renaming columns or assigning a new primary key.
https://sqlite-utils.datasette.io/en/stable/cli.html#transfo...
The same command can handle many other operations such as changing column types, renaming columns or assigning a new primary key.
https://sqlite-utils.datasette.io/en/stable/cli.html#transfo...