0.0.5 • Published 7 years ago
@ragelo/sqldiff v0.0.5
sqldiff
CLI tool to find diff between sql schemas
Installation
npm i -g @ragelo/sqldiffor
npm i -D @ragelo/sqldiffCLI usage
r-sqldiff -s /path/to/schema1 -s /path/to/schema2If diff found - outputs it to console and generates following files files: ./schema.diff, ./schema.source.sql and ./schema.target.sql.