Skip to content

Instantly share code, notes, and snippets.

@rathod-sahaab
Created September 25, 2021 08:07
Show Gist options
  • Save rathod-sahaab/2316978fd344e9cc4326a0665b2996aa to your computer and use it in GitHub Desktop.
Save rathod-sahaab/2316978fd344e9cc4326a0665b2996aa to your computer and use it in GitHub Desktop.
const session = await mongoose.startSession();
session.startTransaction();
const options = { session };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment