Secure Connection
Add and extra layer of security to the database connection.
Supported SSL modes
Examples
postgresql://scott:[email protected]:5432/testdbpostgresql://scott:[email protected]:5432/testdb?ssl=requirepostgresql://scott:[email protected]:5432/testdb?ssl=verify-full
Important Notes
Last updated
Was this helpful?