@hackage users-postgresql-simple0.5.0.2
A PostgreSQL backend for the users package
Categories
License
MIT
Maintainer
Alexander Thiemann <mail@athiemann.net>
Links
Versions
Installation
Dependencies (8)
- base >=4.6 && <5
- bytestring >=0.10
- mtl >=2.1
- postgresql-simple >=0.4
- text >=1.2
- time >=1.4 Show all…
Dependents (1)
@hackage/acme-everything
This library is a backend driver using postgresql-simple for the "users" library.
It supports all postgres versions starting from 8.3 and requires the included extensions uuid-ossp.
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.Postgresql () -- code goes here