diff --git a/LeStorage/StoredCollection.swift b/LeStorage/StoredCollection.swift index dab0f5a..9a3e045 100644 --- a/LeStorage/StoredCollection.swift +++ b/LeStorage/StoredCollection.swift @@ -100,6 +100,10 @@ public class StoredCollection: RandomAccessCollection, SomeCollecti return T.resourceName() } + public var storeId: String? { + self._store.identifier?.value + } + // MARK: - Loading /// Migrates if necessary and asynchronously decodes the json file