users-persistent

A persistent backend for the users package

https://github.com/agrafix/users

Version on this page:0.5.0.1
LTS Haskell 10.10:0.5.0.2
Stackage Nightly 2018-03-10:0.5.0.2
Latest on Hackage:0.5.0.2

See all snapshots users-persistent appears in

MIT licensed and maintained by Alexander Thiemann
This version can be pinned in stack with:users-persistent-0.5.0.1@sha256:e4c5665022162b402e53cadc6937bb41ccc0ebe64318e1e1be1133092f45aacd,2361

Module documentation for 0.5.0.1

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