users-persistent

A persistent backend for the users package

https://github.com/agrafix/users

Version on this page:0.4.0.0
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.4.0.0@sha256:b455895d705af49e86cb72441cdd9add826886b3413c1cd34a2df1aa8bceb158,2390

Module documentation for 0.4.0.0

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