datasette
datasette copied to clipboard
Mechanism for creating databases in WAL mode
trafficstars
The --create option currently creates databases if they are missing, but does not enable WAL mode for them.
It turns out WAL mode is useful for databases that are accepting writes!
I think a --create-wal option that both creates them AND sets WAL mode on any that are created would be a good idea.