Currently failing tests: 1) SqlStorage on PostgreSQL insertSession throws an exception if a session already exists 2) SqlStorage on PostgreSQL replaceSession throws an exception if a session does not exist 3) SqlStorage on SQLite insertSession throws an exception if a session already exists 4) SqlStorage on SQLite replaceSession throws an exception if a session does not exist |
||
|---|---|---|
| .. | ||
| src/Web/ServerSession/Backend | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| serversession-backend-persistent.cabal | ||
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).