Closed vovantune closed 4 years ago
Usage:
$config = [ 'host' => 'XXXX.mdb.yandexcloud.net, 'port' => '8443', 'username' => 'user', 'password' => 'pwd', 'https' => true, 'sslCA' => '/path/to/certificate.pem', ]; $db = new ClickHouseDB\Client($config);
Thx!
Usage: