✓ SAFE: Open an existing database file. Sets as current context. Returns database info. Errors if file does not exist — use create_database to make a new one.
open_databaseOpen an existing SQLite database file to set it as the current context. Returns database information; use create_database to create a new file if needed.
Instructions
✓ SAFE: Open an existing database file. Sets as current context. Returns database info. Errors if file does not exist — use create_database to make a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |