serversession/serversession-backend-persistent
Michael Xavier 78fd564eec Update package maintainer
I don't see a way to set multiple maintainers on the project. I don't
have a roadmap or vested interest in all of these packages but for the
time being I'm the active maintainer of these projects.
2017-03-08 09:29:59 -08:00
..
src/Web/ServerSession/Backend Wall-werror all the things 2017-02-01 18:20:55 -08:00
tests Travis: Use PostgreSQL 9.3. 2015-05-31 16:30:44 -03:00
.gitignore Add persistent storage tests to using SQLite and PostgreSQL. 2015-05-28 00:38:49 -03:00
changelog.md serversession-backend-persistent 1.0.3 2017-03-03 15:43:38 -08:00
LICENSE Separate into three different packages. 2015-05-23 01:42:13 -03:00
README.md Separate into three different packages. 2015-05-23 01:42:13 -03:00
serversession-backend-persistent.cabal Update package maintainer 2017-03-08 09:29:59 -08:00
Setup.lhs Setup.lhs x 7. 2015-05-31 14:56:39 -03:00

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