DB Tool Query and manage databases including SQLite, PostgreSQL, and MySQL. Execute queries, explore schemas, and manage data. Setup Database connection is configured via environment variables or command line options: - - Full connection string - - sqlite, postgres, or mysql Usage Query SQLite List Tables Describe Table Execute SQL Options | Option | Description | Required | |--------|-------------|----------| | | Execute SELECT query | No | | | Execute INSERT/UPDATE/DELETE | No | | | List all tables | No | | | Show table schema | No | | | Database file or connection string | No | | | Databas…