Skip to content

Commit

Permalink
Merge pull request #47 from TMiguelT/master
Browse files Browse the repository at this point in the history
Added koa-pg-session to the list of stores
  • Loading branch information
dead-horse committed Apr 9, 2015
2 parents 5cee294 + e1d3d6b commit 622ca36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ And use these events to report the store's status.
- [koa-redis](https://github.com/koajs/koa-redis) to store your session data with redis.
- [koa-mysql-session](https://github.com/tb01923/koa-mysql-session) to store your session data with MySQL.
- [koa-generic-session-mongo](https://github.com/freakycue/koa-generic-session-mongo) to store your session data with MongoDB.
- [koa-pg-session](https://github.com/TMiguelT/koa-pg-session) to store your session data with PostgreSQL.


## Licences
Expand Down

0 comments on commit 622ca36

Please sign in to comment.