2025-02-05 23:08:55 +05:30
|
|
|
### Godb
|
|
|
|
|
|
|
|
|
|
A SQLite like database made in golang
|
2026-07-20 00:38:35 +05:30
|
|
|
|
|
|
|
|
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```
|
2026-07-25 23:57:31 +05:30
|
|
|
|
|
|
|
|
Test
|
|
|
|
|
|
|
|
|
|
```make test```
|
|
|
|
|
|
|
|
|
|
|