Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupino/mysql-session
WAI Session that keeps its data in a MySQL database
https://github.com/lupino/mysql-session
Last synced: about 1 month ago
JSON representation
WAI Session that keeps its data in a MySQL database
- Host: GitHub
- URL: https://github.com/lupino/mysql-session
- Owner: Lupino
- License: bsd-3-clause
- Created: 2016-07-03T13:39:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T13:19:50.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:18:49.082Z (8 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Lupino/mysql-session.svg?branch=master)](https://travis-ci.org/Lupino/mysql-session)
Provides a MySQL based session store for Network.Wai.Session.
See example/Main.hs for an example usage.