固定猫鼬 源码
使用Mongoose和Typescript固定MongoDB插件 安装 yarn add @ederzadravec/fastify-mongoose 用法 // ...Other Plugins fastify . register ( require ( "fastify-mongoose-driver" ) . plugin , { uri : "mongodb://admin:pass@localhost:27017/database_name" , settings : { useNewUrlParser : true , config : { autoIndex : true , } , } , models : [ { name : "posts" ,
文件列表
fastify-mongoose-master.zip
(预估有个9文件)
fastify-mongoose-master
yarn.lock
24KB
src
index.ts
2KB
index.js.map
2KB
index.js
2KB
tsconfig.json
390B
.gitignore
33B
.prettierrc.js
167B
readme.md
4KB
暂无评论