nurpax / snaplet-sqlite-simple

sqlite-simple snaplet for the Snap Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snaplet for SQLite

Build Status (master) Coverage Status

A Snap plugin (or snaplet) that makes it easy to use the SQLite database with the Snap web framework. This plugin uses sqlite-simple for actually talking to the SQLite database.

Examples

Please see the example project for an introduction on how to use this within Snap. 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 the application's database tables.

For sqlite-simple usage examples, visit the sqlite-simple homepage.

This snaplet is based on the snaplet-postgresql-simple.

Maintainers

Janne Hellsten is the primary maintainer.
Sergey Bushnyak is backup maintainer. Please get in touch with him if the primary maintainer cannot be reached.

About

sqlite-simple snaplet for the Snap Framework

License:Other


Languages

Language:Haskell 95.9%Language:Smarty 3.5%Language:CSS 0.6%