Pros/Cons of MySQL vs Postgresql for production Ruby on Rails environment?
- by cakeforcerberus
I will soon be switching from sqlite3 to either postgres or mysql. What should I consider when making this decision? Is mysql more suited for Rails than postgres in some areas and/or vice versa? Or, as I somewhat suspect, does it not really matter either way?
Another factor that might play into my decision is the availability of tools to data pump…