Exemple #1
0
 def checkDataIntegrity(collection, **kwargs):
     mongo_db = MongoDB(**kwargs)
     return mongo_db.checkIntegrity(collection)
Exemple #2
0
 def checkDataIntegrity(collection, **kwargs):
     mongo_db = MongoDB(**kwargs)
     return mongo_db.checkIntegrity(collection)