mongo-mixin:MongoDB Mixin用于分子服务

时间:2024-05-06 11:28:29
【文件属性】:

文件名称:mongo-mixin:MongoDB Mixin用于分子服务

文件大小:142KB

文件格式:ZIP

更新时间:2024-05-06 11:28:29

TypeScript

MongoDB混合 MongoDB Mixin用于分子服务 特征 无模式适配器 MongoDB驱动程序v3.6 聚集动作 使用环境变量配置MongoClient 安装 yarn add moleculer-db moleculer-db-adapter-mongo @tpmap/mongo-mixin yarn add -D @types/mongodb 用法 通过环境变量MONGODB_URI设置MongoDB连接URI 然后,只需要求它并指定集合名称: import { mongoMixin } from '../../../src/mongo.mixin' ; import type { ServiceSchema } from 'moleculer' ; const serviceSchema : ServiceSchema = { name : 'documents-s


【文件预览】:
mongo-mixin-main
----sonar-project.properties(303B)
----codefresh.yml(1KB)
----package.json(997B)
----.github()
--------workflows()
----test()
--------unit()
----LICENSE(10KB)
----jest.config.ts(908B)
----.env.example(38B)
----src()
--------mongo.service.ts(671B)
--------mongo.config.ts(13KB)
--------moleculer-db-adapter-mongo.d.ts(213B)
--------mongo.mixin.ts(659B)
--------actions()
----.npmignore(7B)
----tsconfig.json(5KB)
----index.d.ts(503B)
----.gitignore(4KB)
----.codeclimate.yml(53B)
----README.md(4KB)
----yarn.lock(298KB)
----.vscode()
--------launch.json(1KB)
--------tasks.json(530B)

网友评论