method
resolve_url_connection

resolve_url_connection(url)
private
Takes a connection URL.
Resolver.new({}).resolve_url_connection("postgresql://localhost/foo") # => { "host" => "localhost", "database" => "foo", "adapter" => "postgresql" }