From c1b041dc3f1a39dac3f0e6d97ee752163e776f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lindstr=C3=B6m?= Date: Tue, 7 Jan 2014 18:43:15 +0100 Subject: [PATCH] add postgresql session store link in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9661c66..c3c1085 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ Other implementations of the sessions.Store interface: * [github.com/srinathgs/couchbasestore](https://github.com/srinathgs/couchbasestore) - Couchbase * [github.com/hnakamur/gaesessions](https://github.com/hnakamur/gaesessions) - Memcache or GAE * [github.com/srinathgs/mysqlstore](https://github.com/srinathgs/mysqlstore) - MySQL + * [github.com/antonlindstrom/pgstore](https://github.com/antonlindstrom/pgstore) - PostgreSQL * [github.com/boj/redistore](https://github.com/boj/redistore) - Redis