Snippets

Col Wilson Heroku DBs

Created by Col Wilson
APP=db-678675675

# create a project
heroku create $APP

# create db in project
heroku addons:create heroku-postgresql:hobby-dev -a $APP

# get URL
heroku config -a $APP

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.