users-postgresql-simple

A PostgreSQL backend for the users package

https://github.com/agrafix/users

Version on this page:0.4.0.0
LTS Haskell 21.25:0.5.0.2
Stackage Nightly 2023-06-21:0.5.0.2
Latest on Hackage:0.5.0.2

See all snapshots users-postgresql-simple appears in

MIT licensed and maintained by Alexander Thiemann
This version can be pinned in stack with:users-postgresql-simple-0.4.0.0@sha256:6883903fdc7f54575d571aaa8495ffa5a2a90ef6228007439278bf6759612eb0,2396

Module documentation for 0.4.0.0

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 pgcrypto, 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