Untitled

Anonymous
plain_text
01/10/2024 10:11 AM
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