users-mysql-haskell: A mysql-haskell backend for the users library.

[ bsd3, library, web ] [ Propose Tags ]

A mysql-haskell backend for the users library.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.5.2.0
Change log ChangeLog.md
Dependencies base (>=4.6 && <5), io-streams (>=1.2), mysql-haskell (>=0.5), text (>=1.2), time (>=1.4), transformers (>=0.5), users (>=0.5 && <0.6), uuid (>=1.3) [details]
License BSD-3-Clause
Author Daniel Diaz
Maintainer diaz.carrete@facebook.com
Category Web
Source repo head: git clone https://github.com/danidiaz/users-mysql-haskell.git
Uploaded by DanielDiazCarrete at 2016-11-19T02:44:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2602 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-19 [all 1 reports]

Readme for users-mysql-haskell-0.5.1.0

[back to package description]

users-mysql-haskell

This is a mysql-haskell backend for the users library.

Differences with other backends

This package uses a newtype instead of defining an orphan instance for UserStorageBackend.

This means that the user will need to perform some manual wrapping and unwrapping.

Testing

The tests assume that there is an active mysql instance.

Rename the file tests/env.sh.template to tests/env.sh and fill in the required values for the environment variables. Then run ./tests.sh.