summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Saravia <SaraviaJ@gmail.com>2015-04-17 17:02:49 +0300
committerJerry Saravia <SaraviaJ@gmail.com>2015-04-17 17:02:49 +0300
commit93a532e5acf5d76ade4f3d1ed78833edf7ecc2bf (patch)
tree752faf712d99d7f64a8e30c5a7775087ae96d768
parentcc7771daaa26e8f47d11405d8936946716a44ae6 (diff)
Added arangodb session store
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5898bad..1ffa2cf 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Store Implementations
---------------------
Other implementations of the sessions.Store interface:
+ * [github.com/starJammer/gorilla-sessions-arangodb](https://github.com/starJammer/gorilla-sessions-arangodb) - ArangoDB
* [github.com/yosssi/boltstore](https://github.com/yosssi/boltstore) - Bolt
* [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase
* [github.com/denizeren/dynamostore](https://github.com/denizeren/dynamostore) - Dynamodb on AWS