As long as you're using ActiveRecord and not executing raw sql in your app, 99% of things will just work with postgres no problem.
There are some slight differences, but they're mostly covered here: http://devcenter.heroku.com/articles/database#common_issues_migrating_to_postgresql Eventually you should switch to using postgres locally so you can catch those issues, but I would recommend you give postgres a try. On Dec 8, 2:41 pm, Anil Punjabi <[email protected]> wrote: > Hi guys, > Just wanted to see if anybody had any luck integration their mysql projects > with heroku. I'm building a rails app. > Don't want to replace it with Postgresql just yet. > Xeround seems interesting. > Thanks,-Anil -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
