QUESTION: Is there a go-to GUI or visual interface that can be used with the PostgreSQL database in Ruby on Rails?
1. SUMMARIZING THE PROBLEM
It would be easier for me to work with the database in Rails if I had a good visual interface. I think that RailsAdmin seems like a good option, but I am wondering what is the most popular/widely-used interace.
2. WHAT I’VE TRIED
I have seen that people can integrate MySQL and the MySQL Workbench with Ruby on Rails. I am curious if there is an easy-to-use gem that provides a visual interface for the PostgreSQL database in Rails. Below are a couple of questions with some decent answers. However, I am curious about what would be the standard or go-to interface.
Thank you in advance for reading my question and I look forward to reviewing the answers!
2
Answers
Table Plus is great. Far better than Sequel Pro IMHO.
If you’re looking for a Rails Admin alternative, I would check out Active Admin
I heard Postico https://eggerapps.at/postico/ is nice.
You can write and test your sql there and see the results