Categorygithub.com/SWRMLabs/ss-store
repositorypackage
0.0.4
Repository: https://github.com/swrmlabs/ss-store.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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"