0.0.5 • Published 6 years ago

@ragelo/sqldiff v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

CircleCI David David Codacy Badge npm npm GitHub

sqldiff

CLI tool to find diff between sql schemas

Installation

npm i -g @ragelo/sqldiff

or

npm i -D @ragelo/sqldiff

CLI usage

r-sqldiff -s /path/to/schema1 -s /path/to/schema2

If diff found - outputs it to console and generates following files files: ./schema.diff, ./schema.source.sql and ./schema.target.sql.

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago