https://github.com/multani/kvdb
Generic Key-Value interfaace
https://github.com/multani/kvdb
Last synced: about 1 year ago
JSON representation
Generic Key-Value interfaace
- Host: GitHub
- URL: https://github.com/multani/kvdb
- Owner: multani
- License: apache-2.0
- Created: 2016-09-22T13:39:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T16:10:29.000Z (over 9 years ago)
- Last Synced: 2025-01-23T02:24:42.350Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## kvdb
Key Value Store abstraction library. This library abstracts the caller from the specific key-value database implementation. This makes the underlying providers interchangable. Current supported implementations are `Etcd`, `Consul` and In-memory store