Add ability to open a synced realm without sync configuration.
no-jira-ticket
Add ability to open a synced realm without a flexible sync configuration.
```cpp
auto local_config = realm::db_config();
local_config.set_path(path);
local_config.enable_forced_sync_history(); // allows a synced realm to be used with a local config.
```
合并状态:未合并 关闭于 2024-07-25 1 条评论