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

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

This snaplet provides support for using the SQLite database with a Snap Framework application via the sqlite-simple package. It also includes an authentication backend.

See https://github.com/nurpax/snaplet-sqlite-simple/tree/master/example for an example project that demonstrates the use of this snaplet. It implements a stand-alone application with a login screen that persists user information in a SQLite database and allows a logged in user to save comments. Querying and listing comments demonstrates how a user of snaplet-sqlite-simple might relate Snaplet.Auth based AuthUsers to his own tables.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 0.4.8.1, 0.4.8.2, 0.4.8.3, 1.0.0.0, 1.0.0.1, 1.0.0.2
Dependencies aeson (>=0.6 && <0.8), base (>=4 && <5), bytestring (>=0.9.1 && <0.11), clientsession (>=0.8 && <0.10), configurator (>=0.2 && <0.3), direct-sqlite (>=2.3.3 && <2.4), MonadCatchIO-transformers (>=0.3 && <0.4), mtl (>=2 && <3), snap (>=0.13 && <0.14), sqlite-simple (>=0.4.1 && <1.0), text (>=0.11 && <1.2), transformers (>=0.3 && <0.5), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Janne Hellsten, Doug Beardsley
Maintainer Janne Hellsten <jjhellst@gmail.com>
Category Web, Snap
Home page https://github.com/nurpax/snaplet-sqlite-simple
Source repo head: git clone https://github.com/nurpax/snaplet-sqlite-simple.git
Uploaded by JanneHellsten at 2014-05-11T03:25:18Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 14894 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]