Hacker News new | ask | show | jobs
by ThatPlayer 677 days ago
I've been trying something similar, but using https://github.com/mmomtchev/sqlite-wasm-http to stream the database over http for a SPA without a backend. It's actually able to do searches (for queries that aren't super short) without downloading the entire FTS table.
1 comments

Interesting, thanks for sharing. I didn't realize you could use search features when streaming the db over a network.