Go to file
Elara 1ef79b6f00 Separate badger store into separate package and switch to outcaste badger 2022-06-08 22:00:41 -07:00
badgerstore Separate badger store into separate package and switch to outcaste badger 2022-06-08 22:00:41 -07:00
LICENSE Initial Commit 2022-02-18 09:51:56 -08:00
README.md Add Readme 2022-02-18 09:58:50 -08:00
go.mod Separate badger store into separate package and switch to outcaste badger 2022-06-08 22:00:41 -07:00
go.sum Separate badger store into separate package and switch to outcaste badger 2022-06-08 22:00:41 -07:00
main.go Add Modify() and GetItem() to interface and badger store 2022-02-18 13:10:15 -08:00

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.