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

[ library, mit, web ] [ Propose Tags ]
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
Dependencies aeson, base (>=4 && <5), base64-bytestring (>=1.0 && <1.1), bytestring, cereal (>=0.4), path-pieces, persistent (>=2.1 && <2.2), serversession (>=1.0 && <1.1), tagged (>=0.8), text, time, transformers, unordered-containers [details]
License MIT
Author Felipe Lessa <felipe.lessa@gmail.com>
Maintainer Felipe Lessa <felipe.lessa@gmail.com>
Category Web
Home page https://github.com/yesodweb/serversession
Source repo head: git clone https://github.com/yesodweb/serversession
Uploaded by FelipeLessa at 2015-06-15T19:37: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 available [build log]
Last success reported on 2015-06-15 [all 1 reports]

Readme for serversession-backend-persistent-1.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).