Database most suited for RoR

Hi,

Out of curiosity I got to learn Ruby on Rails. Wondering somehow, as to
which Data base is best suited for Ruby on Rails and Why? Any
Comments/Suggestions Please!

Thanks
Manu

Well rails will go with almost all databases available!
Though the rails by default comes with mysql connector, you can always
change them to other databases by choosing respective connector.
I had done three of my projects based on the MySql and one with pgSql
(Postgres)

Cheers,
Sumanth Krishna
http://www.linkedin.com/in/sumanthkrishna

I think rails initially ships with sqlite3, though sumi is correct.
It will work with most databases. I’ve used Rails with MySQL,
PostgresQL and Oracle9.