ClickhouseBuilder
ClickhouseBuilder copied to clipboard
Fluent queries builder for Clickhouse. Also has integration with Laravel / Lumen.
sometimes I have an error and log throw with authentication. I don't want the password to appear in the log file. I see package https://github.com/smi2/phpClickHouse has AUTH_METHOD_HEADER Is this package...
I'm using Uint64 in my where clause. In php I should use string for this type. In your wrap method is_string check goes before is_numeric. And all queries makes slower...
Old interfaces not changed, added joinOn() on builder that supports join conditions and multiple joins.
using -> format(Format::JSON_COMPACT) gave the follwing error UnexpectedValueException Value 'JSONCOMPACT' is not part of the enum Tinderbox\ClickhouseBuilder\Query\Enums\Format PR to correct this
Error on laravel version 9.34+, When using a package, this function is connected before another one from the Laravel package and vendor falls off ```In functions.php line 13: Too few...
When settings final on a From object as false, its being ignored in compile
fix orWhere method of BaseBuilder doc block
Please add offset to limitBy and takeBy, this is one of the frequently used functions for me :) thanks for the nice clickhouse package