michaelsogos / pg-diff

PostgreSQL schema and data comparing tool
MIT License
170 stars 17 forks source link

Please provide sample diff output in documentation #47

Open rsindlin opened 2 years ago

rsindlin commented 2 years ago

From the documentation, it's not quite clear if this would provide the functionality I want. Could you add a "Hello World" type of example output? It could be based on just one or maybe two tables with only a few rows. Then show the output from running pg-diff on this small example.

michaelsogos commented 5 months ago

Hi @rsindlin ,

I could of course improve documentation by adding more examples. But I don't get how could I make an "Hello World" example. It is a terminal tool and the output is just a progress bar of completion.

Maybe you think more like an example of CONFIG and related SCRIPTS generated?