snaplet-sqlite-simple

sqlite-simple snaplet for the Snap Framework

https://github.com/nurpax/snaplet-sqlite-simple

Latest on Hackage:1.0.0.2@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Janne Hellsten, Doug Beardsley

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.