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

https://github.com/n8tbyte/embedded-database

Database key-value store
https://github.com/n8tbyte/embedded-database

golang leveldb pebble

Last synced: 10 days ago
JSON representation

Database key-value store

Awesome Lists containing this project

README

          

# embedded database

go test . --coverprofile=c.out

go tool cover -html=c.out

go test -bench=.