connect
Establish a connection to the default CockroachDB database and initialize a connection pool. Returns a success or error message for streamlined database management.
Instructions
Connect to the default CockroachDB database and create a connection pool.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "connectArguments",
"type": "object"
}