mongo-dart / mongo_dart

Mongo_dart: MongoDB driver for Dart programming language
https://pub.dev/packages/mongo_dart
MIT License
446 stars 98 forks source link

Question: Calling createIndex() multiple times #293

Closed natgross closed 2 years ago

natgross commented 2 years ago

Is it ok to call createIndex() on a collection multiple times? Will the repetitive calls be ignored?

natgross commented 2 years ago

Sorry for not checking mongo api docs, before posting. MongoDb handles this gracefully.