Simple database engine written in bash.
-
Updated
Mar 30, 2018 - Shell
Simple database engine written in bash.
SapotaDB is a lightweight database built in C++ with a CLI interface. It focuses on simplicity and extensibility, offering fast query execution and easy experimentation for learning core DBMS concepts.
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.
A Bitcask-inspired embedded key-value store written in Go.
To associate your repository with the databaseengine topic, visit your repo's landing page and select "manage topics."