Closed yonigoldberg closed 8 years ago
Love this change! Thanks for taking the time to put together the PR. This is going to be incredibly useful.
I think main pieces for us all to align on are param naming, making sure we never touch ~/.pgass, and maybe some more testing around going from the connection url to the pgpass file format.
Thanks for the prompt review and for the great feedback.
I think that I have addressed most of your concerns. Two open points:
Thoughts?
Ok my last change is using the PGPASSFILE (not PGPASSWORD) and it doesn't touch at all the ~/.pgpass
@mbryzek - what else do you want me to address?
Yeah, my bad, I was trying to refer to PGPASSFILE. Seems like the best way to go here. :+1:
Some minor README language comments. I will leave you and @mbryzek to discuss the pros and cons about using tempfile.
I've taken a pass at refactoring:
https://github.com/mbryzek/schema-evolution-manager/pull/34
While many of the changes are largely subjective - this is the general style I would like to proceed in.
I've installed locally and would like to test locally over the next few days before releasing.
comments welcome
Inspired by #14