SQLite Forum

ZIPVFS questions
Login
I'd welcome any feedback on [sqlite_zstd_vfs](https://github.com/mlin/sqlite_zstd_vfs) if that might be suitable. It has a number of disadvantages compared to ZIPVFS discussed there, some advantages (Apache-licensed; uses background threads), and I'm slowly improving it as time permits.

I've used it from JVM apps by instructing SQLite to load the extension packaged in its own dynamic library.