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

https://github.com/repcomm/dbgobr

My attempt at writing a database storage engine for fun
https://github.com/repcomm/dbgobr

Last synced: 7 months ago
JSON representation

My attempt at writing a database storage engine for fun

Awesome Lists containing this project

README

          

# dbgobr
My attempt at writing a database storage engine for fun

I have no idea what I'm doing, and I don't know how to use golang
Please don't use this code as a backend for anything serious

## implemented
- general purpose command parser
- repl command processor

## todo
- table persistent storage
- http API
- table indexing