Describe This Problem
Currently sqlness outputs everything with println!. This is hard to maintain.
Proposal
Consider a structured way to organize our outputs. Either using existing util like TestReporter from nextest or wrap our own.
Additional Context
No response