The Rails db:system:change command

Published: April 3, 2019, 6:42 p.m.

Changing the database adapter for a Rails app has always been an annoying, manual change to make. Rails 6.0 introduces the "rails db:system:change" command to make this easier using all the built-in generators for database.yml and more.