datasette icon indicating copy to clipboard operation
datasette copied to clipboard

Mechanism for creating databases in WAL mode

Open simonw opened this issue 2 years ago • 0 comments

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.

simonw avatar Jun 09 '22 15:06 simonw