on 2021 Jun 21 1:36 PM
Hello CAP Team,
what are the plans to support bulk upsert in CAP Node.JS? For Java there is a nice description bulk upsert. But I can't find such a functionality in the documentation for UPDATE. I would expect the following API:
UPSERT.into(Books).entries([
{ ID:201, stock:42 },
{ ID:251, stock:23 },
{ ID:271, stock:4004 }
])
Looking forward for a positive answer.
Best Regards
Gregor
Request clarification before answering.
User | Count |
---|---|
78 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.