Module: Railshoster::InitDatabaseHelpers

Included in:
InitCommand
Defined in:
lib/railshoster/init_database_helpers.rb

Constant Summary collapse

DB_GEM_TO_DB_ADAPTER =

Currently pointless but for Postgres this will look like this => “postgresql”

{"mysql" => "mysql", "mysql2" => "mysql2"}