SQLDBDiff is now supporting SQL Server on Linux (vNext), Click here for more details SQLDBDiffConsole.exeis the console version of SQLDBDiff, the line command has the following syntax : SQLDBDiffConsole ServerName1 DBName1 User1 Password1 AuthWin1 ServerName2 DBName2 User2 Password2 Auth...
$ ./dbdiff --config=config.conf --template=templates/simple-db-migrate.tmpl --include=all server1.db1:server2.db2 --output=./sql/simple-schema.sql Instead of looking for .dbdiff, this would look for config.conf (which should be valid YAML) for the settings, and then override any of...
npm install dbdiff -g CLI Usage dbdiff \ -l safe dialect://user:pass@host[:port]/dbname1 \ dialect://user:pass@host[:port]/dbname2 Wheredialectcan be eitherpostgresormysql. The first database url denotes the target, the second the source, the sql queries will allow target to be upd...