流星收集钩:流星收集钩

时间:2024-02-24 22:02:49
【文件属性】:

文件名称:流星收集钩:流星收集钩

文件大小:68KB

文件格式:ZIP

更新时间:2024-02-24 22:02:49

hooks mongodb meteor collections hacktoberfest

流星收集钩 用insert / update , remove , find和findOne before / after钩子扩展Mongo.Collection。 可跨客户端,服务器或混合服务器使用。 当客户端启动收集方法并且服务器运行该挂钩时,所有操作都应遵守收集验证器(允许/拒绝)。 请参考以获取最新更改的摘要。 入门 安装: meteor add matb33:collection-hooks .before.insert(userId,doc) 在插入文档之前触发。 允许您根据需要修改文档或运行其他功能 如果定义了转换,则this.transform()获得转换后的文档版


【文件预览】:
meteor-collection-hooks-master
----.travis.yml(253B)
----client.js(425B)
----insert.js(2KB)
----findone.js(829B)
----find.js(858B)
----package.json(1KB)
----remove.js(2KB)
----package.js(1023B)
----.eslintrc.json(177B)
----server.js(1KB)
----advices.js(197B)
----tests()
--------client()
--------remove_allow.js(2KB)
--------server()
--------findone.js(2KB)
--------compat.js(2KB)
--------remove_local.js(2KB)
--------find.js(2KB)
--------update_allow.js(2KB)
--------meteor_1_4_id_object.js(2KB)
--------hooks_in_loop.js(2KB)
--------insecure_login.js(364B)
--------find_findone_userid.js(5KB)
--------update_local.js(4KB)
--------insert_both.js(3KB)
--------optional_previous.js(4KB)
--------insert_local.js(2KB)
--------multiple_hooks.js(2KB)
--------trycatch.js(2KB)
--------remove_both.js(4KB)
--------upsert.js(6KB)
--------direct.js(5KB)
--------common.js(574B)
--------transform.js(3KB)
--------find_users.js(2KB)
--------insert_allow.js(2KB)
--------update_both.js(3KB)
----update.js(3KB)
----LICENSE(1KB)
----package-lock.json(85KB)
----collection-hooks.js(9KB)
----users-compat.js(395B)
----.gitignore(140B)
----History.md(6KB)
----upsert.js(3KB)
----README.md(13KB)

网友评论