Go to file
Elara a697f3c02a Add Modify() and GetItem() to interface and badger store 2022-02-18 13:10:15 -08:00
LICENSE Initial Commit 2022-02-18 09:51:56 -08:00
README.md Add Readme 2022-02-18 09:58:50 -08:00
badger.go Add Modify() and GetItem() to interface and badger store 2022-02-18 13:10:15 -08:00
go.mod Initial Commit 2022-02-18 09:51:56 -08:00
go.sum Initial Commit 2022-02-18 09:51:56 -08: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.