1 / 2
Now that AshPostgres supports `MERGE`, we can finally have `Ash.update_many/4` in #AshFramework π. This allows you to do many row-wise updates each with their own unique input. This differs from `Ash.bulk_update/4` which updates a query or a set of records with *one* set of inputs. π
21 likes 1 replies
?