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
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ There is no standard schema migration tool for ClickHouse, but we have compiled
- [Bytebase](https://www.bytebase.com/)
- [Flyway](https://documentation.red-gate.com/fd/supported-databases-and-versions-143754067.html)
- [Liquibase](https://www.liquibase.com/)
- A [simple community tool](https://github.com/VVVi/clickhouse-migrations) named `clickhouse-migrations`
- A [simple community tool](https://github.com/VVVi/clickhouse-migrations) named `clickhouse-migrations` (Node.js)
- Another [community tool](https://github.com/golang-migrate/migrate/tree/master/database/clickhouse) written in Go
- [Houseplant](https://houseplant.readthedocs.io)
- [`clickhouse-migrations`](https://github.com/zifter/clickhouse-migrations) (Python) — a file-based schema migration runner available as a CLI and Python library, with single-node and cluster (`ON CLUSTER` / replicated) support