We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00290f0 commit 0b0357cCopy full SHA for 0b0357c
README.md
@@ -1,10 +1,14 @@
1
# gokv
2
Abstract KV operations in Go.
3
4
-Currently in **Pre-Alpha** stage. Interfaces and contracts can change any time so please make sure to version pin.
5
-
6
-****
+Currently in **Pre-Alpha** stage. Interfaces and contracts can change any time so please make sure to version pin.
7
8
### Supported Datastores
9
* [BoltDB](https://github.com/etcd-io/bbolt)
10
-* [DynamoDB](https://aws.amazon.com/dynamodb/)
+* [DynamoDB](https://aws.amazon.com/dynamodb/)
+
11
+****
12
13
+#### Insipiration
14
+This project was inspired by a similar named project: https://github.com/philippgille/gokv
0 commit comments