Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
88 stars 21 forks source link

Steps for getting started with migrations using Refinery? #46

Open rminami opened 5 months ago

rminami commented 5 months ago

How do I get started handling schema migrations with klickhouse and refinery?

I noticed the refinery feature flag and took a look at the code in ./klickhouse/src/migrate.rs, but I'm not sure what the right way to get migrations set up is.

cameronbraid commented 2 months ago

I would like this information too. Any ideas ?