Untitled
unknown
plain_text
2 years ago
194 B
7
Indexable
from pymongo import MongoClient
# Connect to the MongoDB server
client = MongoClient('localhost', 27017)
# Get the database and collection instances
db = client['lpaksgf']
coll = db['example']Editor is loading...
Leave a Comment