awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesStorage Engine Forks

Modified versions of existing database storage engines to add specialized low-level functionality.

Distinct from SQLite Storage Adapters: Distinct from Storage Adapters: focuses on modifying the core B-tree/pager logic rather than just providing a persistence layer.

Explore 1 awesome GitHub repository matching data & databases · Storage Engine Forks. Refine with filters or upvote what's useful.

Awesome Storage Engine Forks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • sqlcipher/sqlcipherAvatar von sqlcipher

    sqlcipher/sqlcipher

    7,173Auf GitHub ansehen↗

    SQLCipher is an encrypted SQLite database engine and secure relational database that provides transparent AES-256 encryption for database files and stored data. It functions as a cryptographic storage engine that requires a passphrase or binary key to unlock and access content. The engine ensures data confidentiality through page-level encryption and protects data integrity using cryptographic hashes to detect unauthorized modifications. It includes capabilities for encryption key rotation to update passphrases and secure memory locking to prevent sensitive keys from being swapped from RAM to

    Extends the standard SQLite B-tree and pager logic to integrate transparent encryption directly into the storage layer.

    C
    Auf GitHub ansehen↗7,173
  1. Home
  2. Data & Databases
  3. SQLite Drivers
  4. SQLite Storage Adapters
  5. Storage Engine Forks