users-persistent

A persistent backend for the users package

https://github.com/agrafix/users

Version on this page:0.3.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.3.0.0@sha256:66cc690e73420be9aebf846359cd75fc7651512610b1bc2633fe32d7cb7f4eb8,2291

Module documentation for 0.3.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