Skip to content

very simple (and probably worst performing) Relational database management system implementation in Go for learning purposes

License

Notifications You must be signed in to change notification settings

mohamed-souiyeh/Clotho-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clotho-DB

Status: 🚧 Active Development (Currently on hiatus due to international relocation)

Project Purpose

very simple (and probably worst performing) Relational database managment system built from scratch in Go for learning purposes. This is a long-term educational project designed to explore database internals, memory paging, and file management at a low level.

Current State

  • Implemented: File Manager (OS interaction), Page System (Binary encoding/decoding), and Block structure.
  • In Progress: Buffer Pool Manager and B-Tree Indexing.

About

very simple (and probably worst performing) Relational database management system implementation in Go for learning purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published