⚠️ CREATES FILE: Create new empty SQLite DB; fails if file exists.
create_databaseCreate a new empty SQLite database file at a specified path. Fails if the file already exists, preventing accidental overwrites.
Instructions
⚠️ CREATES FILE: Create new empty SQLite DB; fails if file exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |