ruby on rails - Is it possible to view a remote database in heroku on my computer (using Induction)? -
in rails 4 application directory, typed "heroku pg:credentials database" terminal information database application deployed on heroku. since i'd view data inside postgresql database, tried inputting information induction, ended not responding , forced enter activity monitor , force quit. followed same procedure several more times same result. version of induction faulty? should using different program view database? or doing wrong?
i'm new rails, help!
yes, can. heroku postgres allows connections outside heroku's network. credentials displayed heroku pg:credentials
need , should work. maybe try using official pgadmin tool instead?
Comments
Post a Comment