Are there any atomic operations with DerbyJS? From the documentation it seems there are no operations like MongoDB addToSet
? How does one implement this?
Asked
Active
Viewed 65 times
1 Answers
0
There are model.setNull
and model.setDiff
operations. But there is no equivalent to addToSet
.

Vladimir Makhaev
- 1,104
- 2
- 10
- 23