Open ndastur opened 4 years ago
Hi @ndastur
Nice idea, can you explain it better?
Because the config file has many options is very difficult to make one that fit your needs, if you like i can work on an "interactive" config generator from command line.
Thanks @michaelsogos.
Just a quick note while I'm here the config file on the documentation site has an error. I think schemaNamespace
is now schemaCompare
I guess I was thinking of a template like output. But an interactive config generator would be brilliant. I'm sure that would work better than a template file. Especially as JSON doesn't have support for comments and so all those // comments need to be deleted by hand from any output.
With regards to connection strings. Is there a reason the config file couldn't have connection strings rather than the broken down component parts?
Hi @ndastur ,
Thanks for doc suggestion, you are right!
About your request, we plan it for version 2.x of this tool because we are refactoring the code in order to converge with pg-diff-api.
thanks @ndastur for mentioning to remove the double slashes . Also had to remove the comma (,
) between closing bracket (]
)and closing brace (}
) in two places of the 2.0 Example.
still getting
type "regrole" does not exist
and not having any clue ;-((
It would be really great if there was a command line option to generate a dummy config file. Or better still take 2 connection strings and populate the config file too