Answers for "mongodb create local database"

3

create mongodb database

db = new Mongo().getDB("EtudiantDB");
Posted by: Guest on February-12-2021
0

mongodb driver create database

The getDB/getDatabase function will create a new database if one does not exist
with the given name.
Posted by: Guest on October-19-2021

Code answers related to "mongodb create local database"

Browse Popular Code Answers by Language