Skip to content
#

persistence

Here are 557 public repositories matching this topic...

radex
radex commented Jun 20, 2019

This is to fix: Nozbe/WatermelonDB#186

Right now, deleting records is not very efficient in WatermelonDB.

Say you have models like this: Blog has_many Post has_many Comment. If you want to delete a blog post, you also have to delete all its posts, and all their comments. This happens one-by-one currently. What we need is the ability to efficiently (and atomically if

phpsploit

Improve this page

Add a description, image, and links to the persistence topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the persistence topic, visit your repo's landing page and select "manage topics."

Learn more