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

[ library, mit, web ] [ Propose Tags ]

Modules

[Last Documentation]

  • Web
    • ServerSession
      • Backend
        • Web.ServerSession.Backend.Persistent
          • Internal
            • Web.ServerSession.Backend.Persistent.Internal.Impl
            • Web.ServerSession.Backend.Persistent.Internal.Types

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), 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>
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-19T08:57:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3680 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-07-19 [all 2 reports]

Readme for serversession-backend-persistent-2.0.0

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