Go package: github.com/dal-go/dalgo2buntdb
Bridge to BuntDB API
for github.com/dal-go/dalgo
interface.
BuntDB is a low-level, in-memory, key/value store in pure Go. It persists to disk, is ACID compliant, and uses locking for multiple readers and a single writer. It supports custom indexes and geospatial data. It's ideal for projects that need a dependable database and favor speed over data size.
DALgo
is a Database Abstraction Layer (in) Go (language).
This package is covered by end-to-end tests
from github.com/dal-go/dalgo-end2end-tests
.
Open source under MIT License & free to use.