list_tables
Lists all tables and views in an Android app's SQLite database, providing approximate row counts for each.
Instructions
Lists all tables and views in a cached database along with their approximate row counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Android package name | |
| dbName | Yes | The name of the database file |