gpt4 book ai didi

node.js - 如何在 Mongoose 中创建一个新的数据库?

转载 作者:IT老高 更新时间:2023-10-28 13:05:11 25 4
gpt4 key购买 nike

如果我在 node.js 中使用 Mongoose,我需要这样做:

var mongoose = require('mongoose');
mongoose.connect('mongodb://localhost/myDB');

但是如果我刚刚安装了 mongodb 而我现在没有任何数据库呢?在执行 mongoose.connect('mongodb://localhost/myDB') 之前,如何在 node.js 中使用 mongoose 创建一个新数据库?或者如果没有这样的 myDB 那么它会创建一个新的?还是会抛出没有这样的DB的错误?

最佳答案

它不应该抛出任何错误。当您在该数据库的任何新集合中插入文档时,将创建集合和数据库

关于node.js - 如何在 Mongoose 中创建一个新的数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16459286/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com