awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesSQLite Clones

Implementations that replicate the architecture and functionality of the SQLite database engine.

Distinct from SQLite Database Management: Candidates focus on wrappers, drivers, or extensions rather than a from-scratch architectural clone

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

Awesome SQLite Clones GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cstack/db_tutorialAvatar de cstack

    cstack/db_tutorial

    10,464Voir sur GitHub↗

    This project is an educational implementation of a relational database engine written in C. It functions as a SQLite clone, demonstrating the internal mechanics of a database system through a C-based systems project that focuses on manual memory management and file I/O. The engine is distinguished by its use of a bytecode virtual machine, which executes database operations by compiling SQL statements into low-level instructions. It utilizes a B-tree database engine to organize records in a balanced tree structure, ensuring efficient insertion, search, and range scanning. The system covers co

    Implements a relational database engine in C that clones the SQLite architecture from scratch.

    Cdatabase
    Voir sur GitHub↗10,464
  1. Home
  2. Data & Databases
  3. SQLite Clones