The latest version of users-postgresql-simple is 0.5.0.2-0.

users-postgresql-simple

Version 0.5.0.1 revision 0 uploaded by AlexanderThiemann.

Package meta

Synopsis
A PostgreSQL backend for the users package
Description

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
Author
Alexander Thiemann <mail@athiemann.net>
Bug reports
https://github.com/agrafix/users/issues
Category
Web
Copyright
(c) 2015 Alexander Thiemann
Homepage
https://github.com/agrafix/users
Maintainer
Alexander Thiemann <mail@athiemann.net>
Package URL
n/a
Stability
n/a

Components