heroku-0.1: helpers for deploying to Heroku

Web.Heroku

Synopsis

Documentation

dbConnParams :: IO [(Text, Text)]Source

read the DATABASE_URL environment variable and return an alist of connection parameters with the following keys: user, password, host, port, dbname

warning: just calls error if it can't parse correctly