SQLite3 extension for read/write storage compression with Zstandard
copied from cf-staging / sqlite_zstd_vfsThis SQLite VFS extension provides streaming storage compression with Zstandard, transparently compressing pages of the main database file as they're written out, and later decompressing them as they're read in. It runs page de/compression on background threads and occasionally generates dictionaries to improve subsequent compression.