From 2afdef550c7eed1c30b43cd48c8c9868ea66e1ed Mon Sep 17 00:00:00 2001 From: Michael Schuett Date: Sat, 28 Feb 2015 23:00:19 -0500 Subject: 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. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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 -- cgit v1.2.3