snaplet-postgresql-simple: postgresql-simple snaplet for the Snap Framework

[ bsd3, library, snap, web ] [ Propose Tags ]

This snaplet contains support for using the Postgresql database with a Snap Framework application via the postgresql-simple package. It also includes an authentication backend.


[Skip to Readme]

Modules

[Last Documentation]

  • Snap
    • Snaplet
      • Auth
        • Backends
          • Snap.Snaplet.Auth.Backends.PostgresqlSimple
      • Snap.Snaplet.PostgresqlSimple

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.0.1, 0.2.1, 0.3, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4, 0.4.1, 0.4.1.1, 0.5, 0.6, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 1.0, 1.0.1.0, 1.0.2.0, 1.1.0.0, 1.2.0.0
Dependencies base (>=4 && <4.9), bytestring (>=0.9.1 && <0.11), clientsession (>=0.7.2 && <0.10), configurator (>=0.2 && <0.4), lens (<4.15), lifted-base (>=0.2 && <0.3), monad-control (>=1.0 && <1.1), mtl (>=2 && <2.3), postgresql-simple (>=0.3 && <0.6), resource-pool (>=0.2 && <0.3), snap (>=1.0 && <1.1), text (>=0.11 && <1.3), transformers (>=0.2 && <0.5), transformers-base (>=0.4 && <0.5), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Doug Beardsley
Maintainer mightybyte@gmail.com
Category Web, Snap
Home page https://github.com/mightybyte/snaplet-postgresql-simple
Source repo head: git clone https://github.com/mightybyte/snaplet-postgresql-simple.git
Uploaded by DougBeardsley at 2016-08-14T13:26:53Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 19631 total (57 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-21 [all 3 reports]

Readme for snaplet-postgresql-simple-1.0

[back to package description]

snaplet-postgresql-simple

Hackage Build Status

Quick and easy postgresql support for snap applications.