repositorypackage
0.0.0-20240211140209-c461b49922cf
Repository: https://github.com/abedmohammed/godb.git
Documentation: pkg.go.dev
# README

goDB
Database management system built from scratch using Golang to handle data persistence to disk, query optimization via indexing, and concurrent access
📚 Preview
-
Build Your Own Database From Scratch in Go (textbook)
-
Database Internals (textbook)
-
Writing a SQLite Clone From Scratch in C (repository)