connect
Establish a connection pool to the default CockroachDB database, enabling efficient data management and querying for agentic applications and LLMs.
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"
}