pub fn insert_classifications( conn: &Connection, model_id: &str, items: &[(String, &str, f32)], ) -> Result<()>
Upsert a batch of (hash, category, confidence) rows inside one transaction.