文件名称:pouchdb-upsert-bulk:针对PouchDB的Upsert批量插件
文件大小:56KB
文件格式:ZIP
更新时间:2024-05-30 14:05:44
JavaScript
pouchdb-upsert-bulk 针对PouchDB的Upsert批量插件 db . allDocs ( { include_docs : true } ) //=> {rows: [{doc: {_id: '1', _rev: '1', prop: 'foo', other: true}}]} // Merge db . upsertBulk ( [ { _id : '1' , prop : 'bar' } ] ) . then ( ( ) => db . allDocs ( { include_docs : true } ) ) //=> {rows: [{doc: {_id: '1', _rev: '2', prop: 'bar', other: true}}]} // Replace db . upsertBulk ( [ { _id : '1' , prop :
【文件预览】:
pouchdb-upsert-bulk-master
----.gitignore(53B)
----rollup.config.esnext.js(181B)
----package.json(1KB)
----.npmrc(16B)
----package-lock.json(232KB)
----.travis.yml(244B)
----LICENSE(1KB)
----index.js(568B)
----test.js(1000B)
----rollup.config.js(260B)
----README.md(2KB)
----.vimrc(98B)
----.gitattributes(12B)
----.editorconfig(214B)
----rollup.config.es6.js(161B)