Skip to content

SWRMLabs/ss-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Generic KV Store interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages