### 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`](https://docs.rs/nextest-runner/latest/nextest_runner/reporter/struct.TestReporter.html) from nextest or wrap our own. ### Additional Context _No response_
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
TestReporterfrom nextest or wrap our own.Additional Context
No response