nekodb icon indicating copy to clipboard operation
nekodb copied to clipboard

Add a method to update an instance with an object

Open 4strid opened this issue 7 years ago • 1 comments

instance.assign({
  field: 'newValue'
})

4strid avatar Mar 12 '18 23:03 4strid

In the meanwhile, you can use Object.assign(instance, {field: 'newValue'}) to accomplish this yourself

4strid avatar Apr 01 '18 23:04 4strid