Can I create a new database simply by connecting to the MongoDB server, or is there another way to create it using Python? If so, how is this done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MongoDB creates databases and collections automatically for you if they don’t exist already.
For using python library with MongoDB, check out this documentation.
So here you can use any name for database and collection.