rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.2k stars 275 forks source link

fix: config example sslmode to require, not required #241

Closed TakabayaP closed 1 year ago

TakabayaP commented 1 year ago

sslmode is set to required in the example of dbconfig.yml in the readme, but sslmode has to be one of "require", "verify-full", "verify-ca", or "disable" (https://github.com/lib/pq/blob/381d253611d666974d43dfa634d29fe16ea9e293/ssl.go#L14).

rubenv commented 1 year ago

Thanks!