matthieu-foucault / postgit

Integrate declarative PostgreSQL schema migrations with Git
GNU General Public License v3.0
8 stars 0 forks source link

Support an arbitrary shell command for the diff engine #6

Closed matthieu-foucault closed 1 year ago

matthieu-foucault commented 1 year ago

As pointed out in https://supabase.com/blog/supabase-cli#choosing-the-best-diff-tool, there are many diff tools

The toml config should allow specifying an arbitrary command, with <source> and <target> to be replaces by the source and target postgresql connections strings, respectively.