Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Example database key-value store
https://github.com/naruepanart/embedded-database

golang leveldb rocksdb

Last synced: about 2 months ago
JSON representation

Example 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=.