BSD-3-Clause licensed and maintained by Hans-Christian Esperer
This version can be pinned in stack with:wai-session-postgresql-0.2.0.3@sha256:62c7901be18418ec8c5097b3217ffe62333421574cc21b6af2027642549f4d50,2287

Module documentation for 0.2.0.3

Provides a PostgreSQL backed session store for the Network.Wai.Session interface.

Changes

0.2.0.1 / 2016-01-03

  • Add an instance declaration for Data.Pool connection pools, so they can be used directly with wai-postgresql-session

0.2.0.0 / 2016-01-02

  • Use two PostgreSQL tables, store each session id/key pair in its own db row

0.1.1.1 / 2016-01-01

  • Make compatible with postgresql-simple-0.5
  • Add instance for Data.Default
  • Improve example

0.1.1.0 / 2015-11-25

  • Add clearSession function force assigning a new session/session ID