Settings

Theme

Three ways to smuggle SQLite into Nix

fzakaria.com

5 points by domenkozar · 2 comments

Reader

2 threads
kevincox

It seems that you could just compile the data into the WASM blob. Then use a more optimized query engine than sqlite. This should be very fast to compile (most of the WASM is just a byte buffer, the code is just a few binary searches and some result encoding). The downside is that you need to recompile to update the repo, but I don't think that should be particularly expensive.

ghthor

The WASM extension me like. Would be great to get that into mainline.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection