/// <summary> /// Initializes a new instance of the <see cref="CqlConnection" /> class. /// </summary> /// <param name="config"> The config. </param> public CqlConnection(CqlConnectionStringBuilder config) : this(config.ToString()) { }