@hackage / serversession-backend-persistent

Storage backend for serversession using persistent and an RDBMS.

Latest2.0.4

About

Metadata

  • Last updated , by ncaq
  • License MIT
  • Categories Web Development
  • Maintained by: Michael Xavier <michael@michaelxavier.net>, ncaq <ncaq@ncaq.net>

  • Lottery factor: 3

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    lib-werror (off by default)

Readme

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