Skip to content
Change the repository type filter

All

    Repositories list

    • This SQL Parser Repository aims to offer in-depth insights into SQL parsing, covering lexical analysis, syntax parsing, semantic validation, and query optimization. It's a work in progress, with ongoing updates planned to include detailed documentation, code examples, and practical exercises.
      Go
      GNU Lesser General Public License v2.1
      0100Updated Jul 29, 2024Jul 29, 2024
    • A Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B+ tree indexes. Utilizes binary data handling for efficient storage and retrieval. Follows some guidelines for integrity and consistency in managing tables and indexes.
      Go
      1000Updated Jul 29, 2024Jul 29, 2024
    • JavaScript
      0002Updated Jul 1, 2024Jul 1, 2024
    • A Go-based projectbased project focused on implementing a query executor for a database engine. It provides functionality for efficiently executing SQL queries, managing worker threads, caching query results, and interacting with a storage engine. This project aims to offer a scalable solution for executing database queries.
      Go
      MIT License
      0000Updated May 9, 2024May 9, 2024
    • BPlusTree

      Public
      A persistent storage (in file) based using B+ tree with byte-slice keys and values
      Go
      MIT License
      5000Updated Jan 9, 2022Jan 9, 2022