serversession-backend-persistent: Storage backend for serversession using persistent and an RDBMS.

[ library, mit, web ] [ Propose Tags ]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 2.0.0, 2.0.1
Change log changelog.md
Dependencies aeson, base (>=4 && <5), base64-bytestring (>=1.2 && <1.3), bytestring, cereal (>=0.4), path-pieces, persistent (>=2.13 && <2.14), serversession (>=1.0 && <1.1), tagged (>=0.7), text, time, transformers, unordered-containers [details]
License MIT
Author Felipe Lessa <felipe.lessa@gmail.com>
Maintainer Michael Xavier <michael@michaelxavier.net>, ncaq <ncaq@ncaq.net>
Category Web
Home page https://github.com/yesodweb/serversession
Source repo head: git clone https://github.com/yesodweb/serversession
Uploaded by ncaq at 2022-07-23T19:57:06Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3649 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-07-23 [all 1 reports]

Readme for serversession-backend-persistent-2.0.1

[back to package description]

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