version : 1.0.0
List all tables in the database, optionally filtered by schema. Returns qualified table names.
结果(Result)
Get column information for a specific table including column names, data types, and nullability.
结果(Result)
Execute a SQL statement. Supports SELECT (read), INSERT/UPDATE/DELETE (write if enabled), and DDL (if enabled). Use named parameters with :param syntax.
结果(Result)
Get query execution plan and performance information using EXPLAIN. Helps analyze query performance and optimization opportunities.
结果(Result)