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 9.0.0 released! Better autocomplete for create() and query filters Full async stack traces Native UUIDs 20% smaller bundle size github.com/Automattic/mon…


We had honestly forgotten about this feature after implementing it But for some recent data migration work we've had to do, cursor batches has saved us 100s of LOC

Need to handle large data sets with batches? Mongoose cursors' `eachAsync()` function supports a `batchSize` option. That tells Mongoose to call your eachAsync callback with batches of up to batchSize docs

mongoosejs's tweet image. Need to handle large data sets with batches?

Mongoose cursors' `eachAsync()` function supports a `batchSize` option. That tells Mongoose to call your eachAsync callback with batches of up to batchSize docs


Mongoose 8.20.2 released: 🛠️ Bump version if necessary after successful bulkSave() 🛠️ Pass overwriteImmutable option to castUpdate github.com/Automattic/mon…


Mongoose 7.8.8 (legacy) released 🛠️ Bump version if necessary after successful bulkSave() github.com/Automattic/mon…


mongoosejs đã đăng lại

🎄 Mongoose Studio Advent Calendar Day 2! 🎁 I finally applied the learnings from my blog post on Trie-based autocomplete to Mongoose Studio v0.1.7 autocomplete is context aware, able to determine operators vs field names mongoosestudio.app/changelog/v0.1…


mongoosejs đã đăng lại

🎄 Mongoose Studio Advent Calendar begins! 🎁 Every day from Dec 1 → Dec 25, I’m shipping a new Mongoose Studio feature or improvement… all leading up to a 1.0 release. Day 1: Linked Document References in JSON View Follow along — this will be fun mongoosestudio.app/changelog/v0.1…


Need to handle large data sets with batches? Mongoose cursors' `eachAsync()` function supports a `batchSize` option. That tells Mongoose to call your eachAsync callback with batches of up to batchSize docs

mongoosejs's tweet image. Need to handle large data sets with batches?

Mongoose cursors' `eachAsync()` function supports a `batchSize` option. That tells Mongoose to call your eachAsync callback with batches of up to batchSize docs

Mongoose 9.0.0-rc0 is out! Try it out and let us know if you spot any issues Improvements include better autocomplete for create() and query filters; full async stack traces; native UUIDs; and 20% smaller bundle size github.com/Automattic/mon…


mongoosejs đã đăng lại

Having @code_barbarian on TKYT #67 to geek out on @mongoosejs and Mongoose Studio. Subscribe on the channel so you don't miss it when it's uploaded youtube.com/@dominuskelvin

Dominus_Kelvin's tweet image. Having @code_barbarian on TKYT #67 to geek out on @mongoosejs and Mongoose Studio.

Subscribe on the channel so you don't miss it when it's uploaded

youtube.com/@dominuskelvin

Mongoose 8.19.4 released 🛠️ Avoid throwing error on array of unions 7⃣ community minor bugs and docs fixes 🥳 github.com/Automattic/mon…


mongoosejs đã đăng lại

Pleased to finally share more about what we’ve been working on with Mongoose Studio. A MongoDB GUI that actually understands your Mongoose schemas Schema-aware autocomplete, AI dashboards, and it runs right inside your app thecodebarbarian.com/introducing-mo…


Mongoose 8.19.3 released: 🛠️ Correctly apply shard key on deleteOne() 🛠️ Correctly cache text indexes as 'text' not 1 github.com/Automattic/mon…


Mongoose 8.19.2 is 50% faster at setting defaults on updates. Go upgrade and enjoy the speed boost 🚀

mongoosejs's tweet image. Mongoose 8.19.2 is 50% faster at setting defaults on updates.

Go upgrade and enjoy the speed boost 🚀

Neat little "provenance" checkbox on npm:

mongoosejs's tweet image. Neat little "provenance" checkbox on npm:

Mongoose 8.19.2 released 🏎️ Avoid computing all modified paths when running setDefaultsOnInsert and update validators 🛠️ Correct handling of relative vs absolute paths with maps and subdocuments Also our first automated publish with provenance 😎 github.com/Automattic/mon…



Mongoose 8.19.2 released 🏎️ Avoid computing all modified paths when running setDefaultsOnInsert and update validators 🛠️ Correct handling of relative vs absolute paths with maps and subdocuments Also our first automated publish with provenance 😎 github.com/Automattic/mon…


Incredibly cool usage of Mongoose 👇

We were invited to continue building Artificial Brains from @fdotinc this November. And to celebrate, with a bit of SF spirit and nostalgia for the old times when the internet was free, we're open-sourcing a Knowledge Graph SDK for @MongoDB built on top of @mongoosejs Why? Bc…



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'


Loading...

Something went wrong.


Something went wrong.