01Enforces read-only transactions for all MySQL queries
02Restricts allowed SQL statements to SELECT, SHOW, DESCRIBE, and EXPLAIN
03Rejects queries containing semicolons to prevent multi-statement attacks
04Supports configurable deny substrings to block specific write or lock clauses
05Offers configurable row limits and query timeouts for resource management
060 GitHub stars