How to check Collections.insert() is Successfully Inserted or not with pymongo?. For example :
db.results.insert_one({'a':aaa})
How to know the above insert query is successfully inserted or not?
How to check Collections.insert() is Successfully Inserted or not with pymongo?. For example :
db.results.insert_one({'a':aaa})
How to know the above insert query is successfully inserted or not?