laravel-clickhouse icon indicating copy to clipboard operation
laravel-clickhouse copied to clipboard

Laravel ClickHouse adds CH client integration, generation & execution of ClickHouse database migrations to the Laravel application.

Results 4 laravel-clickhouse issues
Sort by recently updated
recently updated
newest added

```json "require": { "php": "^8.3", "cybercog/laravel-clickhouse": "dev-master", "laravel/framework": "^11.0" } ``` ```bash php artisan package:discover --ansi The command defined in "Cog\Laravel\Clickhouse\ConsoleCommand\MakeClickhouseMigrationCommand" cannot have an empty name. ```

Right now we have only Client building tests. Need to cover migrations creation and running with tests.

enhancement

Design bulk add functionality to write many records to database.

enhancement

Define all options/settings and .env variables

enhancement