diff options
author | Jerry Saravia <SaraviaJ@gmail.com> | 2015-04-17 17:02:49 +0300 |
---|---|---|
committer | Jerry Saravia <SaraviaJ@gmail.com> | 2015-04-17 17:02:49 +0300 |
commit | 93a532e5acf5d76ade4f3d1ed78833edf7ecc2bf (patch) | |
tree | 752faf712d99d7f64a8e30c5a7775087ae96d768 /README.md | |
parent | cc7771daaa26e8f47d11405d8936946716a44ae6 (diff) |
Added arangodb session store
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |