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?
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?