users-postgresql-simple

A PostgreSQL backend for the users package

https://github.com/agrafix/users

Version on this page:0.2.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.2.0.0@sha256:8e430dfbfd13c36eb0b5ee384fa1a364ec126ca4a62b7e75245ae7a7a132842b,2392

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