Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.3 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.3 KB

Snaplet for sqlite-simple

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.

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.

Build Status (master)

Coverage Status