简体   繁体   中英

What is the difference between “connect with compass” and “connect with mongo shell” in mongodb?

I've been trying to follow a tutorial of How to connect Flutter and MongoDB where he connects MongoDB with Terminal (Command Prompt). For some reason I couldn't connect with MongoDB using Shell, So I thought if I could connect MongoDB using Mongo Compass because I only have that. Could anyone please suggest a solution? If "connect with compass" and "connect with mongo shell" are same then how can I use compass to integrate MongoDB and flutter or if these two are not same suggest a solution to this. Please help me this is Important!!

Mongo Compass is GUI interface for your mongodb. You can select connect with compass and get your connection string then you can use it in Flutter for connect your mongodb.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM