SQLProvider.sqlUpdate()method

sqlUpdate({ action, key, value }: Update): SQLFragment

Define an SQL fragment for a single update action.

  • Handles flat set and sum only (single-segment key).
  • Nested keys (multi-segment) and with/omit actions throw UnimplementedError.
  • Subclasses should override to support nested keys and array mutation actions.