Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaitya62/noobdb

An attempt to write a beginner level database management system in golang
https://github.com/chaitya62/noobdb

Last synced: 18 days ago
JSON representation

An attempt to write a beginner level database management system in golang

Awesome Lists containing this project

README

        

# Noobdb

## Run tests

```sh

# coverage
./util -c

# tests with details
./util -t

```

## TODOs
[x] Add script to search `//TODO:` from the CODE ~~and generate README.md in pre commit hook~~