aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2013-10-31 01:12:29 +0400
committerKamil Kisiel <kamil@kamilkisiel.net>2013-10-31 01:12:29 +0400
commit1ace0650f7b7ebbf58eb835609698352efeb9cc9 (patch)
treeaeb1ce4e5742f08133e3b69f01a10a3ac0e9d747 /README.md
parentac7032cee41229d038a6c65cba4ccbedbe9268b9 (diff)
Add mysqlstore to README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4dea2ab..4857acb 100644
--- a/README.md
+++ b/README.md
@@ -5,5 +5,6 @@ Store Implementations
---------------------
Other implementations of the sessions.Store interface:
- * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore/) - store sessions in Couchbase
+ * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - store sessions in Couchbase
+ * [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - store sessions in MySQL
* [github.com/boj/redistore](https://github.com/boj/redistore) - store sessions in Redis