cassandra-migrate

JSON →
library 1.2.333 ·javascript
verified Jun 7, 2026

A Node.js CLI tool for incremental Cassandra schema migrations using the DataStax Cassandra driver. Current stable version is 1.2.333. It supports up/down migrations, automatic migration ordering by timestamp, and rollback to a specific migration number. Key differentiators: uses timestamped migration files, supports configuration via CLI flags, environment variables, or a JavaScript configuration file. The tool tracks applied migrations in a Cassandra table and can skip migrations. Note that version 1.1.2 introduced a migration table format change requiring an update migration.