igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Multiple database connections? #47

Closed seanhuber closed 8 years ago

seanhuber commented 8 years ago

I've got several rails apps that connect to multiple databases - separate blocks defined in database.yml, e.g. development_db1, development_db2, and development_db3. Is there a way to instruct rails_db to connect to on database over another?

igorkasyanchuk commented 8 years ago

unfortunately no, this is a complex task and requires some development efforts.