An open API service indexing awesome lists of open source software.

https://github.com/simar7/gokv

Abstract KV operations in Go.
https://github.com/simar7/gokv

abstraction database go golang kv kvstore

Last synced: 6 months ago
JSON representation

Abstract KV operations in Go.

Awesome Lists containing this project

README

          

# gokv
Abstract KV operations in Go.

Currently in **Pre-Alpha** stage. Interfaces and contracts can change any time so please make sure to version pin.

### Supported Datastores
* [BoltDB](https://github.com/etcd-io/bbolt)
* [DynamoDB](https://aws.amazon.com/dynamodb/)
* [Redis](https://redis.io)

****

#### Insipiration
This project was inspired by a similar named project: https://github.com/philippgille/gokv