89 std::string_view connection_name;
91 if (arguments.get_remaining_count() == 0)
92 connection_name = builders[0]->get_name();
94 connection_name = arguments.get_next();
96 logger.log(
"creating connection: " + std::string(connection_name));
98 Connection *result = get_builder(connection_name.data()).build