serversession-backend-persistent

Storage backend for serversession using persistent and an RDBMS.

https://github.com/yesodweb/serversession

Version on this page:1.0.2
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 and maintained by Felipe Lessa
This version can be pinned in stack with:serversession-backend-persistent-1.0.2@sha256:c1118d87c6e5854016efa0efe646b85d7053d9afeae02b13eb62aa62ae222ceb,2319

Module documentation for 1.0.2

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).