sync-db
sync-db copied to clipboard
Utility to synchronize relational database objects across databases.
No one is willing to wait 182 days for a CI job to finish.
Resolve the `basePath` relative to the `sync-db.yml` path instead of current working directory. Issue recreated here: https://github.com/silwalanish/sync-db-bug-reports/tree/main/base-path-resolution 
## Changes - Introduce new command `run-script` - Accepts `--file` as flag - Can be used to run manual scripts in JS/TS or SQL - For SQl, simply run the...
## Changes - Check if the command provided to sync-db in valid one - Show the available command in case of invalid entry - Fixes the infinite loop while unknown...
## Context - When we provide any invalid sub command to sync-db we run into a infinite loop until the command timeout ### Example  ### Steps to replicate Use...