snaplet-sqlite-simple: sqlite-simple snaplet for the Snap Framework
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
- snaplet-sqlite-simple-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | base (>=4 && <5), bytestring (>=0.9.1 && <0.11), clientsession (>=0.8 && <0.9), configurator (>=0.2 && <0.3), direct-sqlite (>=2.2 && <2.4), MonadCatchIO-transformers (>=0.3 && <0.4), mtl (>=2 && <3), resource-pool-catchio (>=0.2 && <0.3), snap (>=0.10 && <0.11), sqlite-simple (>=0.1 && <1.0), text (>=0.11 && <0.12), transformers (>=0.2 && <0.4), 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 2013-01-04T19:20:32Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 15171 total (52 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |