# README
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"
# Packages
No description provided by the author
# Constants
SortCreatedAsc created oldest to newset.
SortCreatedDesc created newest to oldest.
SortNatural use natural order.
SortUpdatedAsc updated oldest to newset.
SortUpdatedDesc updated newest to oldest.
# Variables
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author