summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Silverlock <matt@eatsleeprepeat.net>2016-01-07 03:20:43 +0300
committerMatt Silverlock <matt@eatsleeprepeat.net>2016-01-07 03:20:43 +0300
commit3752dbe3d898496114ebb398c8960ff127cbbe93 (patch)
tree6cb884fbc1879abc8bd8af8d2a4ff8c66bce9d18
parent99b16d2edd22458c541b3640ce83689b08a05c20 (diff)
parent59224c658b3432097bde66afb311b7c7175aed85 (diff)
Merge pull request #64 from wader/patch-1
Add https://github.com/wader/gormstore
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c18798d..2779904 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ Other implementations of the `sessions.Store` interface:
* [github.com/boj/rethinkstore](https://github.com/boj/rethinkstore) - RethinkDB
* [github.com/boj/riakstore](https://github.com/boj/riakstore) - Riak
* [github.com/michaeljs1990/sqlitestore](https://github.com/michaeljs1990/sqlitestore) - SQLite
+* [github.com/wader/gormstore](https://github.com/wader/gormstore) - GORM (MySQL, PostgreSQL, SQLite)
## License