Skip to content
Discussion options

You must be logged in to vote

Maybe, but it really depends on what you mean.

Any extension you can compile and statically link into your own Wasm, is probably fair game.

I can't give specific instructions for sqlite-zstd, but you can check how sqlite3.wasm is built, and how various extensions are linked and initialized. Then it's just a matter of using your own Wasm.

If, however, want you really want is readonly compressed databases, my suggestion is that you compress your entire database with Zstandard Seekable Format, and use zstd-seekable-format-go with the reader VFS.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by ncruces
Comment options

You must be logged in to vote
1 reply
@ncruces
Comment options

Comment options

You must be logged in to vote
1 reply
@ncruces
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #105 on August 29, 2025 14:30.