Skip to content
Snippets Groups Projects
Commit 4be0271b authored by William Bell's avatar William Bell
Browse files

Updating comments

parent 309f7a2b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import mongo_connect
# Get a client connection to the MongoDB database.
client = mongo_connect.get_client()
# Create a new database.
# Create a connection to the database.
db = client[mongo_connect.get_database_name()]
# Create a collection.
......
......@@ -4,7 +4,7 @@ import mongo_connect
# Get a client connection to the MongoDB database.
client = mongo_connect.get_client()
# Create a new database.
# Create a connection to the database.
db = client[mongo_connect.get_database_name()]
# Drop all collections from the database.
......
......@@ -5,7 +5,7 @@ import mongo_connect
# Get a client connection to the MongoDB database.
client = mongo_connect.get_client()
# Create a new database.
# Create a connection to the database.
db = client[mongo_connect.get_database_name()]
# Create a collection.
......
......@@ -5,7 +5,7 @@ import mongo_connect
# Get a client connection to the MongoDB database.
client = mongo_connect.get_client()
# Create a new database.
# Create a connection to the database.
db = client[mongo_connect.get_database_name()]
# Create a collection.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment