移动数据库引擎Realm Java v1.0.1 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/0f3ae104c7167272412079964cb5969e.png" /></p>    <p>Realm 是一个跨平台的移动数据库引擎,可运行于手机、平板和可穿戴设备之上。于 2014 年 7 月发布,准确来说,它是专门为移动应用所设计的数据持久化解决方案之一。 Realm 可以轻松地移植到您的项目当中,并且绝大部分常用的功能(比如说插入、查询等等)都可以用一行简单的代码轻松完成! Realm 并不是对 Core Data 的简单封装,相反地, Realm 并不是基于 Core Data ,也不是基于 SQLite 所构建的。它拥有自己的数据库存储引擎,可以高效且快速地完成数据库的构建操作。</p>    <h2>更新日志</h2>    <h3>Bug修复</h3>    <ul>     <li>Fixed a crash when calling <code>Table.toString()</code> in debugger (#2429).</li>     <li>Fixed a race condition which would cause some <code>RealmResults</code> to not be properly updated inside a <code>RealmChangeListener</code>. This could result in crashes when accessing items from those results (#2926/#2951).</li>     <li>Revised <code>RealmResults.isLoaded()</code> description (#2895).</li>     <li>Fixed a bug that could cause Realm to lose track of primary key when using <code>RealmObjectSchema.removeField()</code> and<code>RealmObjectSchema.renameField()</code> (#2829/#2926).</li>     <li>Fixed a bug that prevented some devices from finding async related JNI methods correctly.</li>     <li>Updated ProGuard configuration in order not to depend on Android's default configuration (#2972).</li>     <li>Fixed a race condition between Realms notifications and other UI events. This could e.g. cause ListView to crash (#2990).</li>     <li>Fixed a bug that allowed both <code>RealmConfiguration.Builder.assetFile()</code>/<code>deleteRealmIfMigrationNeeded()</code> to be configured at the same time, which leads to the asset file accidentally being deleted in migrations (#2933).</li>    </ul>    <h3>功能增强</h3>    <ul>     <li>Removes RxJava related APIs during bytecode transforming to make RealmObject plays well with reflection when rx.Observable doesn't exist.</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958991476725160925" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958991476816557211" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>