docs icon indicating copy to clipboard operation
docs copied to clipboard

API - Write operations and how to check for errors

Open neumino opened this issue 11 years ago • 0 comments

If someone does a write (like an insert), a few things can happen

  • They can get back an error (if a table doesn't exist for example)
  • They can get back a result, but with errors > 0

We should write a full example on how to check if the write made it through. Things also get quite tricky with promises if you want to merge branches.

neumino avatar Jul 09 '14 18:07 neumino