Accepted
Inside SQLx: How Rust Checks SQL Before Your Application Runs
The session follows a query through the boundary between Rust and the database: from the SQL text and bound parameters, through schema inspection and type analysis, to the Rust value returned to the application.