移动数据库引擎Realm v2.3.0 发布

jopen 7年前
   <p style="text-align: center;"><strong><img alt="" src="https://simg.open-open.com/show/0f3ae104c7167272412079964cb5969e.png" /></strong></p>    <p> </p>    <p>Realm 是一个跨平台的移动数据库引擎,可运行于手机、平板和可穿戴设备之上。于 2014 年 7 月发布,准确来说,它是专门为移动应用所设计的数据持久化解决方案之一。 Realm 可以轻松地移植到您的项目当中,并且绝大部分常用的功能(比如说插入、查询等等)都可以用一行简单的代码轻松完成! Realm 并不是对 Core Data 的简单封装,相反地, Realm 并不是基于 Core Data ,也不是基于 SQLite 所构建的。它拥有自己的数据库存储引擎,可以高效且快速地完成数据库的构建操作。</p>    <h2>更新日志</h2>    <ul>     <li>Add <code>SyncPermissionOffer</code> and <code>SyncPermissionOfferResponse</code> classes to allow creating and accepting permission change events to synchronized Realms between different users.</li>     <li>Support monitoring sync transfer progress by registering notification blocks on <code>SyncSession</code>. Specify the transfer direction (<code>.upload</code>/<code>.download</code>) and mode (<code>.reportIndefinitely</code>/<code>.forCurrentlyOutstandingWork</code>) to monitor.</li>    </ul>    <h3>Bug修复</h3>    <ul>     <li>Fix a call to <code>commitWrite(withoutNotifying:)</code> committing a transaction that would not have triggered a notification incorrectly skipping the next notification.</li>     <li>Fix incorrect results and crashes when conflicting object insertions are merged by the synchronization mechanism when there is a collection notification registered for that object type.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958998483612511943" rel="nofollow"><strong>Carthage.framework.zip</strong></a></li>     <li><a href="/misc/goto?guid=4958998483723836890" rel="nofollow"><strong>realm-objc-2.3.0.zip</strong></a></li>     <li><a href="/misc/goto?guid=4958998483841048483" rel="nofollow"><strong>realm-swift-2.3.0.zip</strong></a></li>     <li><a href="/misc/goto?guid=4958998483955567809" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958998484060136803" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p>本站原创,转载时保留以下信息:<br /> 本文转自:深度开源(open-open.com)<br /> 原文地址:<a href="http://www.open-open.com/news/view/61a2ca03">http://www.open-open.com/news/view/61a2ca03</a></p>