Popularity
5.7
Declining
Activity
0.0
Stable
8
3
5

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Snap     Snaplet    
Latest version: v1.0.0.2

snaplet-sqlite-simple alternatives and similar packages

Based on the "snaplet" category.
Alternatively, view snaplet-sqlite-simple alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of snaplet-sqlite-simple or a related project?

Add another 'snaplet' Package

README

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.