sync-db icon indicating copy to clipboard operation
sync-db copied to clipboard

Utility to synchronize relational database objects across databases.

Results 6 sync-db issues
Sort by recently updated
recently updated
newest added

No one is willing to wait 182 days for a CI job to finish.

good first issue

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 ![image](https://github.com/leapfrogtechnology/sync-db/assets/24623971/98d461c1-05c2-4176-999b-131ce532cc20)

bug
good first issue
hacktoberfest
improvement

## 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...

feature

## 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...

bugfix

## Context - When we provide any invalid sub command to sync-db we run into a infinite loop until the command timeout ### Example ![image](https://github.com/user-attachments/assets/9282774d-505c-4316-8c3b-9cada88614da) ### Steps to replicate Use...

bug