Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created February 15, 2018 00:23
Show Gist options
  • Save gharriso/b1b93931ddfa2cdc1f5e881d85f3f883 to your computer and use it in GitHub Desktop.
Save gharriso/b1b93931ddfa2cdc1f5e881d85f3f883 to your computer and use it in GitHub Desktop.
var rc1 = db.orders.insertOne(orderData);
var rc2 = db.lineItems.insertMany(lineItemsArray);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment