←back to thread

Sqlite3 WebAssembly

(sqlite.org)
545 points whatever3 | 1 comments | | HN request time: 0.204s | source
Show context
chrysoprace ◴[] No.41853741[source]
I've been really interested in the local-first landscape lately but embedding SQLite seems really heavy-weight compared to using the browser's built-in storage APIs (in particular, IndexedDB) and it seems to be what most of the main open source libraries do. I'm interested to see a open-source solution (with sync) which provides an SQLite-like API but for the browser's native storage rather than trying to embed another executable in Web Assembly.
replies(3): >>41854044 #>>41854825 #>>41855967 #
1. ◴[] No.41855967[source]