Rust library for running and versioning clickhouse migration files.
This is currently compatible with the latest version (21.9) of clickhouse.
N/A
clickhouse-migrate [command]
clickhouse-migrate [command] helpclickhouse-migrate setup initclickhouse-migrate setup viewclickhouse-migrate setup set --uri http://localhost:8083 --migrations ./migrationsCreating a migration with a name
RUST_LOG=info clickhouse-migrate migrate make --name "name of my migration"RUST_LOG=info clickhouse-migrate migrate latest- Will always create a new configuration and wont check if there is one present
- Needs a way to revert a migration, no down functionality