DEV Community

Discussion on: Understanding the basics of Ruby on Rails: SQL Databases and how they work

Collapse
 
david_j_eddy profile image
David J Eddy

Great as always TK. I know Rails ships with SQLite support as default, do you have any recommendation for MySQL compatible Gem's?

Collapse
 
teekay profile image
TK

Thanks David!

I know this mysql2 gem, but I'm used to Postgres

Collapse
 
david_j_eddy profile image
David J Eddy

Thank you for this.