connect
Establish a persistent connection to a PostgreSQL database using a connection string for subsequent queries.
Instructions
Connect to a PostgreSQL database using a connection string. The connection persists for subsequent queries until changed or disconnected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionString | Yes | PostgreSQL connection string (e.g., postgres://user:password@host:5432/database?sslmode=require) |