mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Idea: Built-in support for "singleton" objects #55
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 @JohnEstropia on GitHub (May 9, 2016).
Originally assigned to: @JohnEstropia on GitHub.
Entities that only ever need one instance come up a lot in the apps I've worked on.
Main functionalities:
CoreStore.singleton[MyEntity])@brosnic commented on GitHub (Jul 7, 2017):
Is this on your roadmap soon? I'd love to use that feature 👍
@JohnEstropia commented on GitHub (Jul 11, 2017):
@brosnic Sorry for the long reply, I havent gotten around to implementing this yet. I'm currently prioritizing a new querying syntax for Swift 4 right now. That said my needs for this feature hasnt changed as well.