Connection string
A PostgreSQL connection string usually looks like this:Test with psql
TLS
Use TLS for application connections. If your framework supportssslmode=require, keep it enabled in production.
Application examples
- Node.js
- Ruby
- Python
Connect applications, psql, and database tools to a LayerRail PostgreSQL database using connection strings, TLS, and connection pooling.
sslmode=require, keep it enabled in production.