pouchdb-doc-api:用于文档绑定API的PouchDB插件

时间:2024-03-05 09:09:31
【文件属性】:

文件名称:pouchdb-doc-api:用于文档绑定API的PouchDB插件

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-05 09:09:31

JavaScript

pouchdb-doc-api 用于文档绑定API的PouchDB插件 用法 var db = new PouchDB ( 'mydb' ) var docId = 'mydocid' // can be any valid do id var api = db . doc ( docId ) // creates or replaces existing document with _id: mydocid api . set ( { foo : 'bar' } ) . then ( ( ) => { // loads document with _id: mydocid return api . get ( ) } ) . then ( ( doc ) => { // removes document with _id: mydocid return api . un


【文件预览】:
pouchdb-doc-api-master
----lib()
--------utils()
--------get.js(354B)
--------unset.js(502B)
--------set.js(539B)
----.travis.yml(298B)
----LICENSE(11KB)
----test()
--------integration()
--------unit()
----README.md(3KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(22B)
----index.js(410B)
----package.json(1KB)

网友评论