users-postgresql-simple

A PostgreSQL backend for the users package

https://github.com/agrafix/users

Version on this page:0.5.0.1
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.5.0.1@sha256:0d91a4044763834bba0dc34cbd88071535bb3c223ed771effe707c11fda8a8c4,2350

Module documentation for 0.5.0.1

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