@hackage serversession-backend-persistent2.0.4
Storage backend for serversession using persistent and an RDBMS.
Categories
License
MIT
Maintainer
Michael Xavier <michael@michaelxavier.net>, ncaq <ncaq@ncaq.net>
Links
Versions
Installation
Dependencies (13)
- aeson
- base >=4 && <5
- base64-bytestring >=1.2 && <1.3
- bytestring
- cereal >=0.4
- path-pieces Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
lib-werror(off by default)
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).