platformsh / platformify

Get your project ready to be deployed in Platform.sh
MIT License
1 stars 6 forks source link

Rails and mysql adapter #205

Open spk opened 4 months ago

spk commented 4 months ago

Following up on https://github.com/platformsh/platformify/pull/195

For mysql/mariadb on RubyOnRails the adapter name is going to be mysql2 for most users, more info at https://guides.rubyonrails.org/configuring.html#configuring-a-mysql-or-mariadb-database

There is a new adapter called trilogy but its not widely used yet cf https://github.blog/2022-08-25-introducing-trilogy-a-new-database-adapter-for-ruby-on-rails/

akalipetis commented 4 months ago

This will make sense in the context of a Rails stack. I've updated the labels so that we can keep this in mind when we start working on the Rails stack.