Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.49k stars 589 forks source link

[Docs] Update CRUD.md modifying database example #1839

Open trumpet2012 opened 3 days ago

trumpet2012 commented 3 days ago

Updated the example showing how to use database.write to include a proper implementation of the .update method where the record to modify comes from the arg in the update callback.