RailsDB Standalone & runsql to execute SQL directly from command line
https://github.com/igorkasyanchuk/rails_db
Major update for RailsDB. Now you can use RailsDB as standalone app without adding to Gemfile.
0.7 - November 1, 2015
- added standalone app ‘railsdb’
- added util app ‘runsql’
- scroll page to Table Data if we have many tables and user click in sidebar on it
- disable logs for standalone apps
Comments
Great project. As an alternative you might try the dbbrowser gem - it’s a mountable rack app (works for Rails, Sinatra, etc.) Cheers.
Hmm, I didn’t know about such gems, looks good, but all of them are not up to date and require some configuration or deeper integration with project. But I like how some of them are implemented using Sequel gem
Post a comment