Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naruepanart/embedded-database
- Owner: naruepanart
- Created: 2024-04-16T20:11:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:15:58.000Z (9 months ago)
- Last Synced: 2024-04-18T22:28:24.107Z (9 months ago)
- Topics: golang, leveldb, rocksdb
- Language: Go
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# embedded database
go test . --coverprofile=c.out
go tool cover -html=c.out
go test -bench=.