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.
- Host: GitHub
- URL: https://github.com/simar7/gokv
- Owner: simar7
- Created: 2019-11-08T06:20:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:28:42.000Z (over 2 years ago)
- Last Synced: 2025-02-13T14:52:54.362Z (8 months ago)
- Topics: abstraction, database, go, golang, kv, kvstore
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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