Visual Interface to database mysql with Ruby ​​on Rails

北慕城南 提交于 2021-01-29 06:33:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!