bxd:Index IndexedDB的对象关系映射

时间:2024-03-09 04:04:12
【文件属性】:

文件名称:bxd:Index IndexedDB的对象关系映射

文件大小:144KB

文件格式:ZIP

更新时间:2024-03-09 04:04:12

orm indexeddb idb TypeScript

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 ( const user of users ) { await User . add ( user ) ; } await User . put ( { ... tom , age : 15 } ) ; //


【文件预览】:
bxd-dev
----.gitignore(2KB)
----.eslintrc(697B)
----package.json(2KB)
----commitlint.config.js(70B)
----package-lock.json(300KB)
----src()
--------core()
--------index.ts(60B)
--------index.es.ts(331B)
----jest.config.js(43B)
----build()
--------rollup.config.ts(1KB)
----LICENSE(1KB)
----tsconfig.json(262B)
----.github()
--------workflows()
----README.md(17KB)
----logo.png(39KB)
----.npmignore(2KB)
----test()
--------model.test.ts(1KB)
--------database.test.ts(4KB)
--------mock()
--------transaction.test.ts(4KB)
----.prettierrc(173B)

网友评论