Monday, 10th August 2020
TIL
Enabling WAL mode for SQLite database files
— I was getting occasional `Error: database is locked` messages from a Datasette instance that was running against a bunch of different SQLite files that were updated by cron scripts (my personal [Dogsheep](https://dogsheep.github.io/)).
TIL
Attaching a bash shell to a running Docker container
— Use `docker ps` to find the container ID: