public void Create(ClickHouseConnection conn, string db, bool ifNotExists = false) =>
 conn.Execute(CommandText.CreateDictionary(db: db, ifNotExists: ifNotExists));