Creating DB from within Rails

Hi,

Is it possible to create a new database (I know how to establish a
secondary connection) from within rails, using ActiveRecord::Schema?
There’s a create_database method under
ActiveRecord::ConnectionAdapters::SQLServerAdapter but I don’t see
similar methods for the other adapters.

Thanks,
Mike