byronwasti / movine

A migration manager written in Rust that attempts to be smart yet minimal
MIT License
109 stars 9 forks source link

Make Postgres password optional #13

Closed ccakes closed 4 years ago

ccakes commented 4 years ago

Mainly for local dev environments, but Postgres doesn't require a password and this just allows skipping password in the config

byronwasti commented 4 years ago

Looks good; thanks for the PR!