Running in-memory SQLite on Cloudflare Workers has a number of use cases.
Cloudflare Workers supports WASM, and previous work by the community suggests that it is possible to get a wasm version of SQLite to run in a workers script.
Documenting how to get the official SQLite WASM distribution to work on Cloudflare Workers would be a great help.