ember-pouch:用于Ember数据的PouchDBCouchDB适配器

时间:2021-03-05 18:27:36
【文件属性】:
文件名称:ember-pouch:用于Ember数据的PouchDBCouchDB适配器
文件大小:59KB
文件格式:ZIP
更新时间:2021-03-05 18:27:36
JavaScript 灰烬袋 Ember Pouch是用于Ember Data 2.0+的PouchDB / CouchDB适配器。 对于较旧的Ember Data版本,请使用Ember Pouch版本3.2.2。 借助Ember Pouch,您的所有应用程序数据都将使用IndexedDB或WebSQL自动保存在客户端,而您只需继续使用常规的。 可以使用PouchDB复制将这些数据自动同步到远程CouchDB(或兼容服务器)。 重点是什么? 您无需编写任何服务器端逻辑。 只需使用CouchDB。 数据自动同步。 您的应用程序可以离线运行,并且请求非常快,因为它们不需要网络。 有关PouchDB的更多信息,请访问 。 安装和设置 ember install ember-pouch 对于余烬数据<2.0: ember install ember-pouch@3.2.2 对于ember-cli <1
【文件预览】:
ember-pouch-master
----.travis.yml(2KB)
----.ember-cli(280B)
----ember-cli-build.js(516B)
----vendor()
--------pouchdb()
--------.gitkeep(0B)
----blueprints()
--------pouch-adapter()
--------pouch-model()
----addon()
--------serializers()
--------utils.js(1KB)
--------index.js(160B)
--------pouchdb.js(220B)
--------transforms()
--------adapters()
--------model.js(118B)
--------.gitkeep(0B)
----config()
--------ember-try.js(5KB)
--------environment.js(112B)
----index.js(2KB)
----.watchmanconfig(37B)
----package.json(2KB)
----tests()
--------test-helper.js(227B)
--------index.html(1KB)
--------unit()
--------dummy()
--------integration()
--------helpers()
----app()
--------serializers()
--------transforms()
--------.gitkeep(0B)
----testem.js(609B)
----CONTRIBUTING.md(639B)
----.npmignore(411B)
----.eslintrc.js(1KB)
----.template-lintrc.js(57B)
----LICENSE.md(11KB)
----.gitignore(369B)
----README.md(29KB)
----.eslintignore(240B)
----.editorconfig(367B)

网友评论