使用图形将数据库从本地迁移到云

时间:2018-02-07 15:15:35

标签: icloud cosmicmind

我想实现图的云功能。 我搜索了cosmicmind网站,github repo(寻找维基),并通过问题(已关闭)。 我刚刚了解到该功能可用,但我没有找到任何文档。

考虑到我已在本地使用图表:

let graph = Graph()
let entityPfx = "entityPfx"
let search = Search<Entity>(graph: graph).for(types: entityPfx)
let results = search.sync()

我希望用户可以在设备升级时从云中检索数据。 是否有任何文档可用于实现此目的? 谢谢。

0 个答案:

没有答案