Currently When rails console starts by default it starts with default
database if more than one database is configured in database.yml
.
Similar to the sandbox environment that we provide to start the console in sandbox environment.
Should this feature required to be added in rails? to start the database with configured database.
bin/rails console --database tenant_name
although we can switch database inside console using establish_connection.