igorkasyanchuk / rails_db

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

Read only options? #76

Closed T-TonyLiang closed 7 years ago

T-TonyLiang commented 7 years ago

Hello, just wondering if this gem supports any read_only capabilities. For example, is there a way where we can specify the database user?

Thanks.

igorkasyanchuk commented 7 years ago

no, it works with database.yml settings. so you can just start an empty app with read-only user on separate port.

T-TonyLiang commented 7 years ago

Awesome, thanks!