Skip to content

Commit 09b9892

Browse files
committed
Merge branch 'master' of github.com:simar7/gokv
2 parents 1296417 + 0b0357c commit 09b9892

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# gokv
22
Abstract KV operations in Go.
33

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

86
### Supported Datastores
97
* [BoltDB](https://github.com/etcd-io/bbolt)
10-
* [DynamoDB](https://aws.amazon.com/dynamodb/)
8+
* [DynamoDB](https://aws.amazon.com/dynamodb/)
9+
10+
11+
****
12+
13+
#### Insipiration
14+
This project was inspired by a similar named project: https://github.com/philippgille/gokv

0 commit comments

Comments
 (0)