serversession/serversession-backend-persistent
Felipe Lessa 4ff73d87d8 Travis: Use PostgreSQL 9.3.
The persistent test is failing and I have no idea why, as it's not
displaying any error message.  This commit changes a few things with
PostgreSQL just to see if they make any difference.

Note that the persistent test suite passes with flying colors both
before and after this commit on my machine using PostgreSQL 9.4.2.
2015-05-31 16:30:44 -03:00
..
src/Web/ServerSession/Backend More GHC 7.8 fixes (import mempty, derive Typeable). 2015-05-31 14:36:33 -03: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
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 Generalize session data (huge commit). 2015-05-31 11:07:23 -03: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).