01Executes read-only SQL queries in read-only transactions.
02Supports schema management operations: create/alter tables, functions, triggers, and indexes.
03Executes SQL statements for data modification with commit/rollback.
04Provides JSON schema information for tables.
05Uses parameterized queries to prevent SQL injection.