@hackage / users-postgresql-simple

A PostgreSQL backend for the users package

Latest0.5.0.2

About

Metadata

  • Last updated , by AlexanderThiemann
  • License MIT
  • Categories Web Development
  • Maintained by: Alexander Thiemann <mail@athiemann.net>

  • Lottery factor: 0

Links

Installation

Readme

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