db_health
Check database health by verifying connection, monitoring size, and analyzing performance statistics for SQLite, PostgreSQL, and MySQL databases.
Instructions
Check database health: connection, size, and performance stats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Database type | |
| connection | No | Connection string | |
| host | No | Database host | |
| port | No | Port number | |
| database | No | Database name | |
| user | No | Username | |
| password | No | Password |