roomrs-cli 0.2.2

CLI for roomrs: migration generation and schema checks
roomrs-cli-0.2.2 is not a library.

roomrs-cli

Command-line tools for roomrs schema snapshots and migration drafts.

Installation

cargo install roomrs-cli

Commands

roomrs migrate diff <old.json> <new.json> [out.sql]
roomrs migrate check <a.json> <b.json>
roomrs migrate check-dir <schema_dir> <db_name> [--strict]

See the repository README for snapshot workflow and review guidance.