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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -