Hi Is there a way to configure/setup a rail3 app to use two different data stores like MongoDB and Mysql at the same time.
Is there any common ORM for SQL/NoSql DB ? If I have to use 2 different ORM like Active Record and MongoMapper how do I set this up or configure this in rails ?
If some one can explain this or point to some links that I can read would really be helpful.
Thanks