heroku db: can I access from local after deploy? or how to get server ssh access info?

Viewed 16

I deploy postgresql from heroku and get db address like 'postgresql://hayat:randompassword@localhost:5432/~'.

After I deploy it, can I access from local to this DB? or How to get ssh server access information in this case?

0 Answers
Related