1. 首页
  2. 编程语言
  3. 其他
  4. 数据访问和同步标准库Orbit.js.zip

数据访问和同步标准库Orbit.js.zip

上传者: 2020-05-19 13:40:04上传 JS文件 1.46MB 热度 18次
Orbit.js是一个标准库用于数据访问和同步。Orbit依赖于Promises、Events和底层转换。 简单示例:   // Create data sources with a common schema   var schema = {     idField: '__id',     models: {       planet: {       }     }   };   var memorySource = new Orbit.MemorySource(schema);   var restSource = new Orbit.JSONAPISource(schema)
下载地址
用户评论