laravel-clickhouse
laravel-clickhouse copied to clipboard
Laravel ClickHouse adds CH client integration, generation & execution of ClickHouse database migrations to the Laravel application.
```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.
Design bulk add functionality to write many records to database.