users-postgresql-simple

A PostgreSQL backend for the users package

https://github.com/agrafix/users

Version on this page:0.1.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.1.0.1@sha256:f81651326bcf651fd4a4eb463ccc4b9c0e85b816c1f2f0cb60a1533f1b9e2d3e,2392

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