badger.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Store
Store is a simple abstraction for key-value stores. It allows easier use of these stores, and makes it easier to switch to other stores using the same interface.
badger.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Store is a simple abstraction for key-value stores. It allows easier use of these stores, and makes it easier to switch to other stores using the same interface.