From 262233c2b86698b94adab050c0ea0f154ca88910 Mon Sep 17 00:00:00 2001 From: Aleh Strakachuk Date: Thu, 2 Jul 2026 00:34:49 +0300 Subject: [PATCH] Add Python clickhouse-migrations; disambiguate Node.js entry --- knowledgebase/schema_migration_tools.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/knowledgebase/schema_migration_tools.md b/knowledgebase/schema_migration_tools.md index df6d5e7df53..76d17112ffb 100644 --- a/knowledgebase/schema_migration_tools.md +++ b/knowledgebase/schema_migration_tools.md @@ -123,7 +123,8 @@ The following tools also work with ClickHouse. They may be a better fit dependin | [Bytebase](https://www.bytebase.com/) | Open Core | For large organizations that need governance, approval workflows, and audit trails for multiple environments | | [Flyway](https://flywaydb.org/) | Open Source | Teams already standardized on Flyway or JVM-based infrastructure | | [Liquibase](https://www.liquibase.org/) | Open Core | Teams that use Liquibase across multiple databases and want consistency| -| [clickhouse-migrations](https://www.npmjs.com/package/clickhouse-migrations) | Open Source | Node/TypeScript teams wanting a simple, ClickHouse-focused runner | +| [clickhouse-migrations (Node.js)](https://www.npmjs.com/package/clickhouse-migrations) | Open Source | Node/TypeScript teams wanting a simple, ClickHouse-focused runner | | [Houseplant](https://github.com/junehq/houseplant) | Open Source | Python teams wanting environment-aware, ClickHouse-specific tooling | | [Sqitch](https://sqitch.org/) | Open Source | Teams preferring native ClickHouse Client deployment scripting or needing explicit dependency management across complex deployments. | | [Alembic](https://alembic.sqlalchemy.org/) (SQLAlchemy) | Open Source | Python shops already using SQLAlchemy for database access | +| [clickhouse-migrations (Python)](https://github.com/zifter/clickhouse-migrations) | Open Source | Python teams wanting a simple, file-based migration runner (CLI and library) with ClickHouse cluster support |