© 2026 Hedgehog Software, LLC
upsert
create
update
const upsertModel = (model, where, data) => model.upsert({ where, create: data, update: data }));