From 00290f0a238d2c29bdbb64ae410537b70599dd78 Mon Sep 17 00:00:00 2001 From: Simarpreet Singh Date: Thu, 14 Nov 2019 14:32:03 -0800 Subject: [PATCH] readme: update with list of supported datastores Signed-off-by: Simarpreet Singh --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b8574c2..a7f8f0c 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,9 @@ 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/) \ No newline at end of file