Merging into main #1

Merged
TakshakRamteke merged 21 commits from dev into main 2026-07-25 07:59:53 +00:00
Showing only changes of commit 1ec9de4b0b - Show all commits
+20
View File
@@ -1,3 +1,23 @@
### 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```