@hackage / users-persistent

A persistent backend for the users package

Latest0.5.0.2

About

Metadata

  • Last updated , by AlexanderThiemann
  • License MIT
  • Maintained by: Alexander Thiemann <mail@athiemann.net>

  • Lottery factor: 0

Links

Installation

Readme

This library is a backend driver using persistent for the "users" library.

The package itself does not expose any bindings but provides an instance for UserStorageBackend.

Usage:

module Foo where
import Web.Users.Types
import Web.Users.Persistent
-- code goes here