connect_database
Establish a connection to a SQLite database file using its file path, with options to enable read-only access for secure querying and 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 |