await db.insert(organizations).values(organizationsResponse.organizations).onConflictDoUpdate({ target:[organizations.id], set:{ name:organizationsResponse.organizations.map(org=>org.name) } });