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
- Host: GitHub
- URL: https://github.com/n8tbyte/embedded-database
- Owner: n8tbyte
- Created: 2024-04-16T20:11:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T21:24:21.000Z (about 1 year ago)
- Last Synced: 2026-02-27T21:35:15.648Z (4 months ago)
- Topics: golang, leveldb, pebble
- Language: Go
- Homepage:
- Size: 22.5 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=.