[PR #423] [CLOSED] Storage by User #506

Closed
opened 2025-12-29 15:32:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/423
Author: @sergio-hurtado-forcemanager
Created: 5/19/2021
Status: Closed

Base: developHead: develop


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/423 **Author:** [@sergio-hurtado-forcemanager](https://github.com/sergio-hurtado-forcemanager) **Created:** 5/19/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`f319063`](https://github.com/JohnEstropia/CoreStore/commit/f31906321645a560ece50df7fe639612703f786e) Adding dropStore method - [`71a4b29`](https://github.com/JohnEstropia/CoreStore/commit/71a4b297412bcae3827e27bfa97c19f776c2484b) moving the file to the project - [`1e22f01`](https://github.com/JohnEstropia/CoreStore/commit/1e22f01e94db86e005b2e3820294cce41d555ba6) fix compound indexes - [`bbc26cb`](https://github.com/JohnEstropia/CoreStore/commit/bbc26cb0f4e2eff0757584c6b8c85b5fc0041e22) multi uid ### 📊 Changes **4 files changed** (+285 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CoreStore.xcodeproj/project.pbxproj` (+10 -0) ➕ `Sources/BaseDataTransaction+ImportableUniqueObjectMultiID.swift` (+160 -0) 📝 `Sources/CoreStoreSchema.swift` (+1 -1) ➕ `Sources/DataStackDropStore.swift` (+114 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:32:44 +01:00
adam closed this issue 2025-12-29 15:32:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#506