Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 410 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 410 Bytes

ss-store

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

Install

ss-store works like a regular Go module:

> go get github.com/SWRMLabs/ss-store

Usage

import "github.com/SWRMLabs/ss-store"