users-postgresql-simple

A PostgreSQL backend for the users package

https://github.com/agrafix/users

Version on this page:0.3.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.3.0.0@sha256:0330b6849497a11365f985d51944bc676158213936ea3bb273a7a768a309445e,2396

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