Open typesend opened 6 years ago
The postgres query string library doesn't support sslmode=require instead requiring ssl=1.
sslmode=require
ssl=1
Example: postgresql://username:password@example.com/dbname?ssl=1
postgresql://username:password@example.com/dbname?ssl=1
Ref: postgraphql/postgraphql#357
Reopening because I think we should add this in more places too, e.g. the README, the CLI examples, etc.
The postgres query string library doesn't support
sslmode=require
instead requiringssl=1
.Example:
postgresql://username:password@example.com/dbname?ssl=1
Ref: postgraphql/postgraphql#357