Vincent Bakker wrote: > I recently heard about MongoDB, maybe Ill give that one a try. > > If I use the Mongo Wrapper does it work the same as if I where using a > SQL or MYSQL database?
MySQL *is* a SQL database. Answer: I'm not sure. I suspect it would be at least a little different since the underlying DB is so different, but I've never used Mongo. But PostgreSQL will work just like any other SQL database. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

