
MongoDB
aiduang
这个作者很懒,什么都没留下…
展开
-
Koa2结合MongoDB使用实现增删改查
nodejs使用koa对mongdb数据库进行增删改查的操作 创建一个简单的工程 使用npm init 或者 yarn init都是可以的 这里使用yarn 安装依赖 这里列出会用到的所有依赖,直接安装了 Koa相关 yarn add koa koa-bodyparser koa-router // koa-bodyparser koa-router 这里的功能可以直接搜对应的名称npm中都有详细说明它的作用,这里简单叙述 // koa MongoDB yarn add mon.原创 2020-05-19 11:15:31 · 1049 阅读 · 0 评论 -
(node:9552) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead.
使用mongdb,mongoose报警告;(node:9552) DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. 使用mongoose连接mongdb数据库,控制台出现上面警告,这个并不会影响运行.要消除这个警告的方法是:在连接前加上: mongoose.set('useCre...原创 2019-10-11 19:03:18 · 1519 阅读 · 0 评论 -
current Server Discovery and Monitoring engine is deprecated, and will be removedin a future version
(node:19608) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removedin a future version. To use the new Server Discover and Monitoring engine, pass option...原创 2019-10-11 19:04:49 · 10404 阅读 · 0 评论