文件名称:meteor-bound-document:流星的数据库绑定文档
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-27 11:04:30
JavaScript
dispatch:装订文件 一个Meteor程序包,它向MongoDB和MiniMongo文档提取添加了一个{bind: true}选项。 使用它时,返回的文档是BoundDocument实例,它将在您设置数据库属性时更新数据库。 适用于所有集合类型,托管或非托管,本地或远程 适用于客户端和服务器代码 适用于深度嵌套的属性,但不适用于数组 安装 $ meteor add dispatch:bound-document 先决条件 只有在将SimpleSchema附加到集合后, bind选项才起作用。 参见 。 支持绑定的功能 cursor.fetch cursor.forEach cursor.map collection.findOne 例子 基本的 // Initialize the collection and attach a schema var c = new Mongo
【文件预览】:
meteor-bound-document-master
----.jshintrc(7KB)
----package.js(605B)
----CONTRIBUTING.md(204B)
----LICENSE(1KB)
----.jshintignore(18B)
----run-tests.sh(87B)
----README.md(3KB)
----tests()
--------tests.js(3KB)
----lib()
--------bound_document.js(4KB)
--------nested_property.js(5KB)
----.versions(1KB)