What's the best way to update a single row of a table with new values?
Hi, I need to update the value of a field in table, only in the row where the _id matches a given value. What would be the best way to do this?
2 Replies
ctx.db.patch
Also check out our tutorial, docs, and #ask-ai and the AI bot in docsThanks king