01Run arbitrary SQL statements with support for dry-run mode, automatic result truncation, and configurable row limits.
020 GitHub stars
03Optional read-only mode to block all write operations for safe, production-friendly database access.
04Configurable per-query timeout to prevent runaway or long-running queries.
05Retrieve complete table metadata including columns, types, DDL, indexes, foreign keys, and row count in a single call.