This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
DATAStack — 2.2
- Revisit implementation, improve APIs.
- Rename
backgroundThreadContext
tonewBackgroundThreadContext
. - Rename
performInBackgroundThreadContext
toperformInNewBackgroundThreadContext
. - Rename
persistContext
topersistWithCompletion
since it's an asynchronous saving. - Rename
destroy
todrop
, to complain with the common term drop the database.