database - Heroku and DB GUI -


is there anyway use postgresql gui modify database contents without doing db:pull?

i want administer database without taking off line...

any ideas?

thanks

nope, can't...
but, can use heroku console , rails stuff there, alternative, on production when can't put on hold until pull , push :)


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -