Skip to content

hce/postgresql-session

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Provides a PostgreSQL (9.5 or later) based session store for Network.Wai.Session.

See example/Main.hs for an example usage.

For running the test you need:

sudo -u postgres createuser demo
sudo -u postgres psql -c "ALTER USER demo WITH PASSWORD 'omed'"
sudo -u postgres createdb -Odemo demodb

About

WAI Session that keeps its data in a PostgreSQL database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published