@hackage users-persistent0.3.0.0
A persistent backend for the users package
Categories
License
MIT
Maintainer
Alexander Thiemann <mail@athiemann.net>
Links
Versions
Installation
Dependencies (10)
- aeson >=0.7
- base >=4.6 && <5
- bytestring >=0.10
- mtl >=2.1
- persistent >=2.0
- persistent-template >=2.1 Show all…
Dependents (1)
@hackage/acme-everything
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