awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sqlcipher/sqlcipherالصورة الرمزية لـ sqlcipher

    sqlcipher/sqlcipher

    7,173عرض على GitHub↗

    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
    عرض على GitHub↗7,173
  1. Home
  2. Data & Databases
  3. SQLite Drivers
  4. SQLite Storage Adapters
  5. Storage Engine Forks