db_tables
List all database tables with row counts to analyze structure and data volume across SQLite, PostgreSQL, and MySQL databases.
Instructions
List all tables in the database with row counts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Database type | |
| connection | No | Connection string | |
| host | No | Database host | |
| port | No | Port number | |
| database | No | Database name | |
| user | No | Username | |
| password | No | Password |