[Javascript] ORM: Realm

Realm
https://github.com/realm/realm-js

Realm docs
https://realm.io/docs/javascript/latest/

Realm 為 Node.js 發佈物件資料庫
https://www.infoq.cn/article/2016/11/Realm-database-nodejs

Realm for JavaScript(1.10.1)
https://blog.lijunbo.com/2017/07/29/realm_js_doc/

react-native Realm的使用
https://juejin.im/post/5a4b477b51882506e50d0175

How to build a plugin system on the web and also sleep well at night
https://www.figma.com/blog/how-we-built-the-figma-plugin-system/#attempt-2-compile-a-javascript-interpreter-to

Realm 是一款JavaScript套件,使您能夠以安全,持久和快速的方式有效地編寫應用程式的Model層。它的設計是可以與 React Native 和 Node.js一起工作。

使用Realm Node.js可以像以前那樣跟物件打交道,不同之處在於,在Realm 裡這些物件可以很容易地被持久化到磁片上,不需要把它們序列化成JSON,也不需要通過ORM 框架來把它們保存到表裡面。


#Javascript, Realm, React Native, node.js, object, orm, 物件, 物件, 資料庫, 持久化, 儲存

留言