Post #3128406
2026-03-17 19:54 UTC
@raphael@mastodon.communick.com there was an article floating a while back about using sqlite in the browser with HTTP range headers... I'm not sure that would work for an extension, but maybe it's worth a look.
https://sqlite.org/wasm/doc/trunk/demo-123.md
Replies (1)
-
@raphael@mastodon.communick.com 2026-03-17 20:02
@mariusor@metalhead.club Also tried sqlite-wasm. Similar issue to pglite: bundling wasm and getting it available in an extension (in a way that works with OPFS) requires some magical incantation of JS tooling that I am yet to master.