1 Repo
Automatically compresses and decompresses specific database columns during read and write operations.
Distinct from Data Compression Algorithms: Specifically targets database field-level transparency rather than general compression algorithms.
Explore 1 awesome GitHub repository matching data & databases · Transparent Field Compression. Refine with filters or upvote what's useful.
WCDB is a cross-platform storage layer and embedded database engine that serves as a framework for SQLite. It functions as an object relational mapper, linking application classes to database tables to enable data operations via objects rather than raw queries. The project is distinguished by an integrated encryption layer for securing data at rest and a full-text search engine that uses language-specific tokenizers for text lookups. It also features transparent field compression to reduce storage footprints and a connection-pooling model to coordinate simultaneous read and write operations a
Intercepts data access to automatically compress and decompress specific table columns to reduce storage footprint.