Skip to content

A blog describing why mongoose .save() is not atomic in nature

Notifications You must be signed in to change notification settings

i-rebel-aj/Mongoose-Atomicity-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomicity with mongoose

Link of the article : Blog To run the following code

  1. Create a .env file at root level (same level as .gitignore), with following content
MONGOOSE_URL='<Your MongoDB URL>'
PORT=<Port Number for application>
  1. Run npm i
  2. Run npm run dev
  3. File to play around as per the blog with src/index.ts
  4. Check out the postman documentation here

About

A blog describing why mongoose .save() is not atomic in nature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published