crmCompanies containing companies from my client's CRMs. crmCompanies if it doesn't exist otherwise, update all its values. await db.insert(users).values({ id: 1, name: 'Dan' }).onConflictDoUpdate({ target: users.id, set: { name: 'John' } });for loop - if that makes sense.