Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion knowledgebase/schema_migration_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Loading