mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-13 23:23:29 +01:00
Deleting without fetching #113
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaddoescad on GitHub (Dec 17, 2016).
Hi, I'd like to start off by thanking you for this really awesome Library.
I am using this code to delete a user from coredata:
However in your documentation, you mention that we can delete without fetching. I am really confused on how to do that. this is the code you provided for us.
What would go inside the declaration john in order to have the same effect on deleting.
Thank you