README ¶ Migrations example To run this example, you need a ClickHouse database: clickhouse-client -q "CREATE DATABASE test" To run migrations: go run . db migrate To rollback migrations: go run . db rollback To view status of migrations: go run . db status To create a Go migration: go run . db create_go go_migration_name To create a SQL migration: go run . db create_sql sql_migration_name See ClickHouse migrations for details. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis migrations Click to show internal directories. Click to hide internal directories.