Determines whether a database
configuration is for a replica / readonly connection. If the
replica key is present in the config, replica?
will return true.
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 42
def replica?
configuration_hash[:replica]
end