0 votes
3.2k views
in MongoDB by
After much struggle installing the mongodb and all I created a database from the NodeJs script. It is in hte localhost, my computer. But I cannot find the database I made while I check through the compass. Whats happening?

1 Answer

0 votes
by
Mongodb is different from the mysql and similar. You need to create a collection and probably insert a data also to actually create the DB.

Related questions

0 votes
1 answer 739 views
0 votes
1 answer 911 views
0 votes
1 answer 1.3k views
0 votes
1 answer 1.2k views
0 votes
1 answer 1.4k views
0 votes
1 answer 7.1k views
...