summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lindström <lindztr@gmail.com>2014-01-07 21:43:15 +0400
committerAnton Lindström <lindztr@gmail.com>2014-01-07 21:43:15 +0400
commitc1b041dc3f1a39dac3f0e6d97ee752163e776f63 (patch)
treee6ba7a2b444aae09a08f9ea57ca43cf9ef341b6d
parentd40f74366ec3b1e9d5a3b879c112293eca3e1286 (diff)
add postgresql session store link in readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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