30 lines
298 B
Markdown
30 lines
298 B
Markdown
### 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```
|
|
|
|
|