connect
Open or replace a dynamic connection to PostgreSQL, MySQL, or MongoDB using a connection string or individual parameters like host, port, and credentials.
Instructions
Open or replace a dynamic PostgreSQL/MySQL/MongoDB connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Optional connection id. Defaults to 'default'. | |
| ssl | No | ||
| host | No | ||
| port | No | ||
| type | Yes | ||
| user | No | ||
| database | No | ||
| password | No | ||
| connectionString | No |