Jakeyjuju
Jakeyjuju7mo ago

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
Michal Srb
Michal Srb7mo ago
ctx.db.patch Also check out our tutorial, docs, and #ask-ai and the AI bot in docs
Jakeyjuju
JakeyjujuOP7mo ago
Thanks king

Did you find this page helpful?