GitHub - Sahilb315/AtomixDB: An persistent relational database built in Go.
Overview
AtomixDB is an mini relational database fully written in Go.
Main focus was on implementing & understanding working the of database, storage management & transaction handling.
Table of Contents
Installation
Features
Upcoming Features
Supported Commands
Contributing
License
Installation
Prerequisites
Golang (version 1.17 or later)
Git
Linux operating system. AtomixDB has been developed and tested on systems like NixOS.
Clone the Repository
Clone the repository to your local machine:
git ...
Read more at github.com