Untitled
Anonymous
plain_text
01/10/2024 1:11 PM
196 B
11
Indexable
client=MongoClient()
client = MongoClient('localhost', port=27017, username="admin", password="password")
db = client["tempo-trove-db"]Editor is loading...
Leave a Comment