A CLI migration tool for Cassandra and AWS Keyspaces, version 1.0.1. It provides incremental schema migrations using the DataStax Node.js Cassandra driver. Designed for AWS Keyspaces, it handles asynchronous table creation and disables prepared statements for DDL operations, but also supports standard Cassandra setups. Offers create, up, down, and skip commands with timestamped migration numbering. Configuration via CLI flags, environment variables, or config file. Active development on GitHub.
npm install cassandra-migrate-awsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows CLI installation and basic migration creation and application.
No action needed; it's handled internally.
No action needed; handled internally.
Consider contributing or forking if needed.
npm install cassandra-driver
Use correct credentials via -u, -p, or environment variables.
Ensure Cassandra or AWS Keyspaces endpoint is running and accessible.