Can Realm files be divided into multiple relationships?

Asked 2 years ago, Updated 2 years ago, 43 views

Can you divide Realm files into multiple relationships?
A.realm A Table
B.realm B Table
Is it possible to define parent-child relationships in tables A and B?

realm

2022-09-30 12:01

1 Answers

I can't.Realm objects stored in one file cannot be stored in another file.Relationships must be stored in the same file.


2022-09-30 12:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.