⚠️ CREATES FILE: Create a new empty SQLite database at the given path. Errors if file already exists. Use open_database for existing databases.
create_databaseCreates a new empty SQLite database file. Use this to initialize a database at a specified path, avoiding overwriting existing files.
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 |