Method: Pakyow::Data::Adapters::Sql::Migrator::AdapterMethods::Mysql.globalize_connection_opts!
- Defined in:
- lib/pakyow/data/adapters/sql/migrator/adapter_methods.rb
.globalize_connection_opts!(connection_opts) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 26 |
# File 'lib/pakyow/data/adapters/sql/migrator/adapter_methods.rb', line 23 def self.globalize_connection_opts!(connection_opts) connection_opts[:initial] = Sql.build_opts(path: connection_opts[:path]) connection_opts[:path] = nil end |