Houseplant: Streamlining ClickHouse Database Migrations
2024-12-27
Houseplant is a command-line tool designed to simplify ClickHouse database migration management. It allows developers to write migrations in a user-friendly YAML format, making them easy to read and maintain. Simple commands like `houseplant init`, `houseplant generate`, and `houseplant migrate` enable initialization, migration generation, execution, and rollback. Houseplant supports various environment configurations and offers an intuitive command-line interface for seamless ClickHouse schema management.
Development
Database Migrations