create_database
Facilitates the creation of new databases by specifying the database name, ensuring efficient data management within the CockroachDB MCP Server environment.
Instructions
Enable the creation of new databases.
Args: database_name (str): Name of the database to create.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes |