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