serversession/serversession-backend-persistent/README.md
Felipe Lessa 71aff2dd94 Separate into three different packages.
serversession and serversession-backend-persistent build,
serversession-frontend-yesod is broken.
2015-05-23 01:42:13 -03:00

11 lines
453 B
Markdown

# serversession-backend-persistent
This is the storage backend for `serversession` using
`persistent` and an RDBMS. Please
[read the main README file](https://github.com/yesodweb/serversession/blob/master/README.md)
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).