Answers for "use postgres db in heroku"

0

use postgres db in heroku

Check this step by step guide

https://dev.to/prisma/how-to-setup-a-free-postgresql-database-on-heroku-1dc1
Posted by: Guest on March-01-2022
0

heroku cli connect to postgres

$ PGUSER=postgres PGPASSWORD=password heroku pg:pull HEROKU_POSTGRESQL_MAGENTA mylocaldb --app sushi
Posted by: Guest on July-28-2021

Browse Popular Code Answers by Language