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.
-
snaplet-mysql-simple
A haskell snaplet for using MariaDB and MySQL database with a Snap Framework application via mysql-simple
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of snaplet-sqlite-simple or a related project?
README
Snaplet for SQLite
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.