How can I execute a SQL query from a Rails application to a MySQL database?
My application uses Postgres as the primary database, but I need to read some information from the secondary MySQL database. I cannot create models because the MySQL database contains more than 100 tables, named incompatibly for each table. Can this be done without ActiveRecord or in any other way?
Alve
source share