You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# here we have used database name 'mernauth' before '?' so at the initial run after creating schema it will create a database with given db name mernauth and it will create a collection (as we define in the schema) on this mernauth database
# so if we havent used 'mernauth' before '?' of the URI string it will create a database called test and will create the collection (as we define in the schema) on this test database