pouchdb-all-dbs:PouchDB的allDbs()插件

时间:2024-05-29 21:06:59
【文件属性】:

文件名称:pouchdb-all-dbs:PouchDB的allDbs()插件

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-29 21:06:59

JavaScript

PouchDB allDbs()插件 该插件公开了PouchDB.allDbs()函数,您可以使用该函数列出所有本地数据库。 它通过侦听PouchDB.on('created')和PouchDB.on('destroyed')事件,并维护一个单独的数据库来存储这些数据库的名称来工作。 注意: allDbs()曾经是PouchDB核心的一部分(使用PouchDB.enableAllDbs = true启用)。 它在PouchDB 2.0.0中已弃用,现在作为插件存在。 用法 在浏览器中 要使用此插件,请将其pouchdb.js在HTML页面中的pouchdb.js之后: < script src =" pouchdb.js " > </ script > < script src =" pouchdb.all-dbs.js " > </ script > Bower也提供此插件:


【文件预览】:
pouchdb-all-dbs-master
----.jshintrc(493B)
----.gitignore(85B)
----package.json(2KB)
----bin()
--------run-test.sh(122B)
--------dev-server.js(3KB)
--------test-browser.js(4KB)
----.travis.yml(275B)
----dist()
--------pouchdb.all-dbs.js(20KB)
--------pouchdb.all-dbs.min.js(9KB)
----LICENSE(11KB)
----README.md(3KB)
----lib()
--------index.js(4KB)
--------taskqueue.js(862B)
--------pouch-utils.js(2KB)
----.npmignore(63B)
----bower.json(518B)
----test()
--------test.js(10KB)
--------bind-polyfill.js(921B)
--------index.html(501B)
--------webrunner.js(595B)

网友评论