MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
-
Updated
Nov 18, 2024 - C++
MiniOB is a compact database that assists developers in understanding the fundamental workings of a database.
A list of all my GitHub follows (but not my followers) This project is currently semi-maintained, but will be a fully-automated project once automation is ready.
This mini version of the database support multiple basic SQL-like commands and data is stored in a B+ tree style. Two metatables are included as "tablesTable" and "columnsTable". All the file is stored in .tbl file with reading and writing using RandomAccess. The programming language is Java.
Add a description, image, and links to the mini-database topic page so that developers can more easily learn about it.
To associate your repository with the mini-database topic, visit your repo's landing page and select "manage topics."