This is great, I routinely use sqlite for little tools I build, and I always end up with Node + DB.<p>I actually have an upcoming OSS project where I use sqlite WASM to run a full database in browser and recreate copilot functionality using Ollama server.
One thing I find funny about this, we are essentially bundling sqlite in probably 30% of applications at this point.<p>Chrome, Firefox, Safari, NodeJS, Dropbox, Teams, Slack, Spotify (basically anything that uses Electron)