SQLProvider.sqlUpdate()method
sqlUpdate({ action, key, value }: Update): SQLFragmentDefine an SQL fragment for a single update action.
- Handles flat
setandsumonly (single-segment key). - Nested keys (multi-segment) and
with/omitactions throwUnimplementedError. - Subclasses should override to support nested keys and array mutation actions.