Deferred because it involves some work: for example we need automatically generated IDs for each list-item and these need to be unique even after the app restarted, so we would need to persist a count for these as well. It's very handy that sqlite does these kind of things for us already.
Deferred because it involves some work: for example we need automatically generated IDs for each list-item and these need to be unique even after the app restarted, so we would need to persist a count for these as well. It's very handy that sqlite does these kind of things for us already.