固定猫鼬 源码
使用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" ,
用户评论