Security
Add and extra layer of security to the database connection.
Supported SSL modes
Examples
postgresql://scott:password@server.example.com:5432/testdbpostgresql://scott:password@server.example.com:5432/testdb?ssl=requirepostgresql://scott:password@server.example.com:5432/testdb?ssl=verify-full
Important Notes
Last updated