You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Arsen Musayelyan 1ef79b6f00 Separate badger store into separate package and switch to outcaste badger 10 months ago
badgerstore Separate badger store into separate package and switch to outcaste badger 10 months ago
LICENSE Initial Commit 1 year ago
README.md Add Readme 1 year ago
go.mod Separate badger store into separate package and switch to outcaste badger 10 months ago
go.sum Separate badger store into separate package and switch to outcaste badger 10 months ago
main.go Add Modify() and GetItem() to interface and badger store 1 year ago

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.