问题
I just looked at some tutorials Ruby on Rails, and I noticed that they use a lot of code on the command line, but do not feel comfortable with it only when it comes to database, my question is: There are tools you can use it visually ? ps: for my applications I want to use MySQL
回答1:
MySQL has a free application with a GUI interface to MySQL:
http://dev.mysql.com/downloads/tools/workbench/
If you're willing to pay, the best GUI app I've used is SQLyog:
https://www.webyog.com/
回答2:
the best tool I've used so far is SequelPro
https://www.sequelpro.com/
absolutely amazing tool and you can use it for free too!
来源:https://stackoverflow.com/questions/18903267/visual-interface-to-database-mysql-with-ruby-on-rails