Answers for "setting up your database connection for heroku connect."

3

connect to db heroku

heroku pg:psql -f schema.sql -a HEROKU_APP_NAME
Posted by: Guest on July-28-2020
0

link db to heroku

DATABASE_URL=postgresql://name:pass@localhost:5432/db name
Posted by: Guest on July-28-2020

Code answers related to "setting up your database connection for heroku connect."

Browse Popular Code Answers by Language