Uso de bases de datos SQL y NoSQL en aplicaciones Single Rails (MySQL, PostgreSQL y MongoDB)
There are distinctive reasons why you should think about having various databases in your Ruby on Rails application. In my situation, I expected to store large quantities of data. Consider default database is MySQL. In our application database.yml file write connections for MySQL in normal way. After that, for connecting postgresql in the same application …