bxd:Index IndexedDB的对象关系映射 源码
bxd 对象关系映射 const tom = { _id : 1 , name : 'Tom' , age : 10 } ; const users = [ tom , { _id : 2 , name : 'Jessica' , age : 12 } , { _id : 3 , name : 'Ellis' , age : 15 } , { _id : 4 , name : 'John' , age : 11 } , { _id : 5 , name : 'Unknown' , age : - 1 } , ] ; // Add all data for ( cons
文件列表
bxd-dev.zip
(预估有个26文件)
bxd-dev
.gitignore
2KB
.eslintrc
697B
package.json
2KB
commitlint.config.js
70B
package-lock.json
300KB
src
core
database.ts
17KB
errors.ts
121B
暂无评论