db_connect
Test database connections for SQLite, PostgreSQL, and MySQL by verifying connectivity with connection strings or credentials.
Instructions
Test database connection. Supports SQLite (file), PostgreSQL, and MySQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Database type | |
| connection | No | Connection string or file path (SQLite) | |
| host | No | Database host | |
| port | No | Port number | |
| database | No | Database name | |
| user | No | Username | |
| password | No | Password |