Skip to content

Postgres installλ︎

Using infrastructure or software as a service databases are provisioned, usually by issuing a simple command or using a web based dashboard for that service.

Using the Heroku app created previously, a Posgres database will be provisioned.

In the root of your Clojure project, run the following Heroku toolbelt command to add a Postgres database to your existing Heroku app

heroku addons:create heroku-postgresql

Local PostgreSQL Installλ︎