a16d06df647747683896c4c88de8f82aa61a9aca
Godb
A SQLite like database made in golang
Inorder to run this locally, after cloning this repo run go mod tidy
Then use the appropriate make command listed below
Run
make run
Build
make build
Start
make start
Cleanup
make clean
Test
make test
Languages
Go
95.6%
Makefile
4.4%