docs
docs copied to clipboard
API - Write operations and how to check for errors
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.