aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuett <michaeljs1990@gmail.com>2015-03-01 07:00:19 +0300
committerMichael Schuett <michaeljs1990@gmail.com>2015-03-01 07:00:19 +0300
commit2afdef550c7eed1c30b43cd48c8c9868ea66e1ed (patch)
treeecea0cf8054e9cd69fc108e94f94a66c3919fddf
parent39dd83d692d0cb984af851b38e89b0cd8ea302b6 (diff)
Update README.md
I have created a SQLite driver which I find nice for developing locally with. It is just a slight modification to the already existing MySQL driver by srinathgs.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a90fa3..40e44f7 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,4 @@ Other implementations of the sessions.Store interface:
* [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL
* [github.com/boj/redistore](https://github.com/boj/redistore) - Redis
* [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
+ * [github.com/michaeljs1990/sqlitestore](https://github.com/michaeljs1990/sqlitestore) - SQLite