- New
db.enable_wal()
anddb.disable_wal()
methods for enabling and disabling Write-Ahead Logging for a database file - see WAL mode in the Python API documentation. - Also
sqlite-utils enable-wal file.db
andsqlite-utils disable-wal file.db
commands for doing the same thing on the command-line, see WAL mode (CLI). (#132)