Hi list,
I just uploaded snaplet-sqlite-simple to Hackage:
http://hackage.haskell.org/package/snaplet-sqlite-simple
It is based on snaplet-postgresql-simple but runs on SQLite with the
sqlite-simple package.
The github page has a working login example that runs
Snap.Snaplet.Auth on sqlite. The example is adapted from the snap
default project. Example source code is available here:
https://github.com/nurpax/snaplet-sqlite-simple/tree/master/example.
Cheers,
Janne
--