gregwebs / haskell-heroku

Haskell helpers for deploying to Heroku
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

Helpers for deploying to Heroku

Currently exports two functions. parseDatabaseUrl return an alist of connection parameters with the following keys: user, password, host, dbname dbConnParams first reads the DATABASE_URL environment variable and then calls parseDatabaseUrl