ClickMigrate is an open-source tool for managing database schema migrations in ClickHouse. It provides a structured way to version, apply, and track SQL migrations in ClickHouse-based projects.
It helps keep database changes reproducible and consistent across environments by executing migration files in a defined order and recording their execution state.
Built with