1

Are there any atomic operations with DerbyJS? From the documentation it seems there are no operations like MongoDB addToSet? How does one implement this?

Mitar
  • 6,756
  • 5
  • 54
  • 86

1 Answers1

0

There are model.setNull and model.setDiff operations. But there is no equivalent to addToSet.

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