01Execute read-only SQL queries (SELECT and WITH statements only)
02Explore database schemas, including databases, schemas, tables, and columns
03Analyze query performance using execution plans (EXPLAIN QUERY)
04Retrieve detailed table statistics (row count, size, indexes)
05Security-first design with parameterized queries and connection validation
060 GitHub stars