Closed hienlh closed 5 years ago
1. Heroku Postgresql
To add a database Postgres in Heroku, we use this command:
heroku addons:create heroku-postgresql:<PLAN>
Example:
heroku addons:create heroku-postgresql:hobby-dev
Browser database tool: https://datazenit.com/heroku-data-explorer.html
Reference: https://devcenter.heroku.com/articles/heroku-postgresql
Description To have document about Heroku
Acceptance Criteria