db-migrate-cassandra

JSON →
library 0.0.5 ·javascript
verified Jun 7, 2026

A plugin for db-migrate that enables Cassandra database migrations using the cassandra-driver. Version 0.0.5 is the latest release. It supports common migration operations such as create/drop table, add/remove/rename column, and change column type. The package is intended to be used alongside db-migrate and currently has limited functionality (e.g., no keyspace creation). It is a niche tool for Node.js projects needing schema migrations for Cassandra.