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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 On Jan 10, 4:32 pm, "manu sharma" <manu.shar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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. On Jan 10, 9:35 am, sumi <tosumanthkris...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> 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 Krishnahttp://www.linkedin.com/in/sumanthkrishna > > On Jan 10, 4:32 pm, "manu sharma" <manu.shar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > 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--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---