UNPKG

node-mongodb-test2

Version:

A package and CLI for MongoDB fixtures

6 lines (5 loc) 192 B
module.exports = function(collection) { // create an index (or do other work) // Be sure to return a Promise return collection.createIndex( { "address.city": 1 }, { unique: false } ); }