Choose a mode
- query uses SnapshotRO. confirm: true never makes query mode writable.
- explain returns the query plan and AST without executing the statement.
- execute always runs EXPLAIN first. It returns a plan without confirmation, then sends exactly one NoTx request only after confirm: true.