I got Ditto doing SQLite queries in a Web Worker now so it doesn't block the main thread: https://gitlab.com/soapbox-pub/ditto/-/merge_requests/57

To achieve it, I had to update my kysely-deno-sqlite library to accept a more generic adapter: https://gitlab.com/soapbox-pub/ditto/-/merge_requests/57