Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged mongodb连接localhost数据库

0 votes
381 views
1 answer
    本地已经可以连接到数据库; import * as mongoose from 'mongoose'; /** * 连接 */ mongoose.connect(`mongodb://127.0.0.1:27017`); /** * 连接成功 ... 据库连接断开'); }); module.exports = mongoose; 通过上面的代码连接却提示:...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...