diff options
author | Michael Schuett <michaeljs1990@gmail.com> | 2015-03-01 07:00:19 +0300 |
---|---|---|
committer | Michael Schuett <michaeljs1990@gmail.com> | 2015-03-01 07:00:19 +0300 |
commit | 2afdef550c7eed1c30b43cd48c8c9868ea66e1ed (patch) | |
tree | ecea0cf8054e9cd69fc108e94f94a66c3919fddf | |
parent | 39dd83d692d0cb984af851b38e89b0cd8ea302b6 (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |