rails_db, Rails Database Viewer and SQL Query Runner
Quick way to inspect your Rails database http://localhost:12345/rails/db, see content of tables, export them to CSV, EXPLAIN SQL and run SQL queries.
Demo available on: https://rails-db.herokuapp.com/rails/db/
Video Demos: https://youtu.be/TYsRxXRFp1g, https://youtu.be/dfViQPZw9zE
Source: igorkasyanchuk/rails_db
Seems like this would be handy if you don’t already have a tool like Sequel Pro.