connect_database
Connect to a SQLite database file to enable interaction with its data, including querying, listing tables, and describing schemas for efficient database management.
Instructions
Connect to a SQLite database file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the SQLite database file | |
readonly | No | Open database in read-only mode |