mongoosejs's profile picture. Official Twitter of Mongoose, the most downloaded database framework on npm.

Support our work: http://opencollective.com/mongoose 🙏

#nodejs #mongodb

mongoosejs

@mongoosejs

Official Twitter of Mongoose, the most downloaded database framework on npm. Support our work: http://opencollective.com/mongoose 🙏 #nodejs #mongodb

Ghim

Mongoose 5.0.0 formally released! Couple small fixes for @MongoDB 3.6 support (github.com/Automattic/mon…) and a brand new docs layout: mongoosejs.com/docs/guide.html! #nodejs #mongodb


Cool pattern using Mongoose statics for logging 😎

Also good for Locality of Behavior All notifications, etc. are in the function, instead of some event layer indirection Makes testing easier: the `if (isTest)` bit makes it so that `await Log.sideEffect()` waits for the result if NODE_ENV === 'test'

code_barbarian's tweet image. Also good for Locality of Behavior

All notifications, etc. are in the function, instead of some event layer indirection

Makes testing easier: the `if (isTest)` bit makes it so that `await Log.sideEffect()` waits for the result if NODE_ENV === 'test'


Mongoose 8.19.1 released: 🏎️ Avoid getting all modified paths in update when checking if versionKey needs to be set 🛠️ Throw error if using update operator with modifier and no path github.com/Automattic/mon…


Mongoose 8.19.0 released 🌟 Upgrade mongodb driver to 6.20.0 🏎️ Optimize InferRawDocType types github.com/Automattic/mon… Thanks for the TypeScript perf optimizations @ssalbdivad @arktypeio 👍


Mongoose aliases is joke to you? 😅

mongoosejs's tweet image. Mongoose aliases is joke to you? 😅

PRO TIP: Use single character column names in your database. ‘u’ for users, ‘p’ for password, ‘e’ for email. We reduced our database size by 40% just from shorter column names.



Mongoose 8.18.3 released 🛠️ Avoid throwing error if update has a top-level $addToSet with no path 📒 Allow passing arbitrary options to query options for plugin compatibility github.com/Automattic/mon…


We finally corrected an incorrect statement in our hooks library's docs 🌝🏀

mongoosejs's tweet image. We finally corrected an incorrect statement in our hooks library's docs 🌝🏀

Major change we're considering for Mongoose 9: dropping support for callbacks (next, done, etc) in pre hooks Have thoughts? Chime in here 👉 github.com/Automattic/mon…


Mongoose 8.18.2 released: 🛠️ Prevent $clone() from converting mongoose arrays into vanilla arrays 🛠️ Use correct collection name for model when using useConnection() github.com/Automattic/mon…


The best db setup right here 👇

My database is hosted on MongoDB Atlas. I create a free M0 customer for each new project and use daily backups ($10/month). I use mongoose on top to simplify queries.

marc_louvion's tweet image. My database is hosted on MongoDB Atlas. I create a free M0 customer for each new project and use daily backups ($10/month). I use mongoose on top to simplify queries.


We've been saying this for 15 years 😂

Working with and changing database schemas is a nightmare with vibe coding Especially once you have lots of production data. Probably the hardest thing to do in vibe coding right now. How's everyone handling this stuff?



May be biased but we agree 😆

mongoose the 🐐 as well



Mongoose 8.18.1 released 📒 Correct type inference for maps of maps 📒 Copy base model statics onto discriminator model github.com/Automattic/mon…


Common gotcha here: Mongoose supports BOTH minlength and minLength as a way to add a minimum length validator Because it is so easy to typo

Spot the bug 🐛 in this Mongoose schema! 👀 What’s wrong with the code below? 👉 Bonus: How would you fix it? A) Missing closing curly brace } in the schema B) Wrong export syntax C) mongoose.model should use lowercase user instead of 'User' D) Nothing is wrong #100DaysOfCode

Tushar_Jsx's tweet image. Spot the bug 🐛 in this Mongoose schema! 👀
What’s wrong with the code below?
👉 Bonus: How would you fix it?

A) Missing closing curly brace } in the schema
B) Wrong export syntax
C) mongoose.model should use lowercase user instead of 'User'
D) Nothing is wrong 
#100DaysOfCode


🌟

My dream when I started @vercel was to build the organization where open source builders could thrive. After starting socket.io, @mongoosejs, and of course @nextjs, it's a true honor to now be able to support builders like the @nuxt_js and @sveltejs teams. This is…

socket.io

Socket.IO

Socket.IO



5M weekly downloads 🤯

mongoosejs's tweet image. 5M weekly downloads 🤯

mongoosejs đã đăng lại

New blog post about comparing and sorting arrays in @MongoDB 👇🏼 It's a long story with a short conclusion to help remind it dev.to/franckpachot/m…


Mongoose 8.18.0 released 🌟 Support for union types 📒 Remove logic that omits timestamps when virtuals, methods, etc. options set github.com/Automattic/mon…


Mongoose 8.17.2 released 🛠️ Avoid Model.validate() hanging when all paths fail casting 📒 Better support for flattenObjectIds and versionKey options for toObject() and toJSON() github.com/Automattic/mon…


Mongoose 8.17.1 released 🛠️ Propagate read preference and read concern to populate if read() called after populate() 🛠️ Call correct function in autoSearchIndex github.com/Automattic/mon…


Loading...

Something went wrong.


Something went wrong.