serversession-backend-persistent

Storage backend for serversession using persistent and an RDBMS.

https://github.com/yesodweb/serversession

Version on this page:1.0.4
LTS Haskell 20.26:2.0.1
Stackage Nightly 2022-11-17:2.0.1
Latest on Hackage:2.0.1

See all snapshots serversession-backend-persistent appears in

MIT licensed by Felipe Lessa
Maintained by Michael Xavier
This version can be pinned in stack with:serversession-backend-persistent-1.0.4@sha256:b1e2d8d80ceda8a146e7529fc4e04c48de911e13606b3b08cfcb2071ffe5e5d5,2469

Module documentation for 1.0.4

serversession-backend-persistent

This is the storage backend for serversession using persistent and an RDBMS. Please read the main README file for general information about the serversession packages.

Unfortunately it is not easy to support all persistent backends on a single package, and this is why we currently support the SQL backend only (which is more commonly used).

Changes

1.0.4

  • Default auth id to NULL to fix a MySQL bug. 1.0.3
  • Get building on ghc-8
  • Limit column size for session key