sqlite_list_tables
Retrieve a complete list of tables in a SQLite database file by providing its path. This helps you understand the database structure and verify table names.
Instructions
List all tables in a SQLite database file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | Path to the .db or .sqlite file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||