Alex.U
Alex.U

Reputation: 1701

Link local postgres database with heroku

Is it possible to create a link between a running Heroku PostgreSQL instance and one running locally?

So far the only documentation I've found is this

Upvotes: 0

Views: 34

Answers (1)

leofontes
leofontes

Reputation: 927

Not sure if this is what you need, but when I need to run some queries on my Heroku Database I simply connect to it using PgAdmin, so I can run local queries and see my data without having to use the console or writing code.

Hope that helps!

http://agileforce.co.uk/heroku-workshop/heroku-postgres/pgadmin.html

Upvotes: 1

Related Questions