create_database
Creates a new empty SQLite database file at a specified path to initialize a database for data storage and analysis.
Instructions
Create a new empty SQLite database file at the specified path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |