CQL Migration

JSON →
library 1.0.13 ·javascript
verified Jun 7, 2026

CQL Migration is a simple command-line migration tool for Apache Cassandra, using CQL (Cassandra Query Language) files. Current stable version is 1.0.13. It provides basic up and down migration commands with configurable counts. The tool reads migration files from a specified directory, parses up/down sections separated by '---' markers, and applies them to a Cassandra cluster. It differs from more complex migration frameworks by its minimal configuration and dependency on a single npm package. Requires Node.js and Cassandra driver.