Usage of SQL and NoSQL Database’s in Single Rails Application
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. Read here : Usage of SQL and NoSQL Database’s in single rails application(MySQL, PostgreSQL and MongoDB)
Post a comment