switch_database
Switch the active database connection to a specified database within CockroachDB. Provide the database name to update the connection and manage queries efficiently.
Instructions
Switch the connection to a different database.
Args: database (str): Name of the database to switch to.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |