What it does
- Applies SQL migrations in order and tracks them in ClickHouse.
- Supports Handlebars templating with auto-detected cluster context.
- Reads environment-specific configuration from
clisma.hcl.
Inspiration
This project borrows ideas from tools you may already know:- Prisma for the simple, friendly CLI experience.
- Atlas for templated migrations and config-driven environments.
Why the weird name? It is a little joke: ClickHouse + Prisma -> clisma. There is no full schema management here (yet), but the vibe is similar.
Next steps
- Follow the Getting started guide.
- Define your environments in Configuration.
- Learn about Templates for advanced SQL.