Generic KV Store interface
Store is a generic KV Store interface which provides an easier interface to access underlying database. It is mainly used to abstract the database used underneath so we can have a uniform API to use for clients
ss-store
works like a regular Go module:
> go get github.com/SWRMLabs/ss-store
import "github.com/SWRMLabs/ss-store"