get_database_connections
Retrieve active database connection details from pg_stat_activity to monitor and manage real-time interactions with your self-hosted Supabase instance.
Instructions
Retrieves information about active database connections from pg_stat_activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}