⚠️ CREATES FILE: Create a new empty SQLite database at the given path. Errors if file already exists. Use open_database for existing databases.
create_databaseCreate a new empty SQLite database file at a specified path. Fails if the file already exists.
Instructions
⚠️ CREATES FILE: Create a new empty SQLite database at the given path. Errors if file already exists. Use open_database for existing databases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |