AI: fix the last error, with your schema in context
A query failed. Instead of squinting at the error, run "AI: Fix Last Error." SnoutData hands the assistant the failed SQL, the exact error, and your real schema, and gets a corrected query back.
The fix path is grounded, not a guess. The assistant sees the statement that failed, the message the database returned, and the schema of the tables involved, so a "table doesn't exist" error becomes "you wrote customer, the table is customers" instead of a generic suggestion. It explains the cause in a line, then gives you the corrected SQL.
One click back to running
The corrected query comes with insert-into-editor and insert-into-new-tab buttons, so you go from a red error to a runnable statement without retyping anything. The schema does the heavy lifting, which is why the fix is usually the boring, correct one.