diff options
author | Kamil Kisiel <kamil@kamilkisiel.net> | 2015-04-17 20:47:05 +0300 |
---|---|---|
committer | Kamil Kisiel <kamil@kamilkisiel.net> | 2015-04-17 20:47:05 +0300 |
commit | f61c3ec2cf65d69e7efedfd4d060fe128882c951 (patch) | |
tree | 752faf712d99d7f64a8e30c5a7775087ae96d768 /README.md | |
parent | cc7771daaa26e8f47d11405d8936946716a44ae6 (diff) | |
parent | 93a532e5acf5d76ade4f3d1ed78833edf7ecc2bf (diff) |
Merge pull request #47 from starJammer/dev
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 |