mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-12 04:10:36 +01:00
[PR #423] [CLOSED] Storage by User #506
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?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/423
Author: @sergio-hurtado-forcemanager
Created: 5/19/2021
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (4)
f319063Adding dropStore method71a4b29moving the file to the project1e22f01fix compound indexesbbc26cbmulti uid📊 Changes
4 files changed (+285 additions, -1 deletions)
View changed files
📝
CoreStore.xcodeproj/project.pbxproj(+10 -0)➕
Sources/BaseDataTransaction+ImportableUniqueObjectMultiID.swift(+160 -0)📝
Sources/CoreStoreSchema.swift(+1 -1)➕
Sources/DataStackDropStore.swift(+114 -0)📄 Description
First I want to thanks you all the amazing job, even that word I believe still is not enough to express my feeling about how great the framework is.
I have an use case where I have a single store for each user we have. Sometimes the user wants to remove the cache manually from the app and I need to delete the file of that storage and leaving alone any other storage can exist ( for example multi user )
Since to do it I need the coordinator I can't do it from outside the library that's why I created the fork. I'm not sure if you could add the functionality to the framework.
Thanks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.