TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mongoosejs community dead?

2 pointsby uptownhrover 10 years ago
Mongoosejs has been an awesome ORM library for nodejs&#x2F;mongodb development. For what it does, it has been great I&#x27;ve been using for atleast 2 years without any real issue. However, whenever I&#x27;ve ran into issues, it has been very difficult to get community feedback. You can visit the irc channel, and its only about 38 people and 99% of the time it is an idle channel. You can try and get someone to say anything but chances are no one will respond.<p>Now the real reason I&#x27;m bringing this up is because it feels like mongoose although great, is missing some common ORM functionalities. For example, when using &#x27;population&#x27;, model methods are not available as only a hash is returned and not the object instance of the populated doc.<p>Anyway, just a rant really but would really like to get other peoples thought on using mongoose and their experience with getting help with the community.

2 comments

vkarpov11over 10 years ago
Heya,<p>As the maintainer of mongoose, I must admit I haven&#x27;t visited the IRC channel in a while. I&#x27;ve been focusing on the gitter chat (<a href="https://gitter.im/LearnBoost/mongoose?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge" rel="nofollow">https:&#x2F;&#x2F;gitter.im&#x2F;LearnBoost&#x2F;mongoose?utm_source=badge&amp;utm_m...</a>) and the github issues.
uptownhrover 10 years ago
Also, if anyone has answers to the mongoose population as an instance question, would love your feedback and comments @stackoverflow, <a href="http://stackoverflow.com/questions/28206734/mongoose-populate-as-an-instance-object" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;28206734&#x2F;mongoose-populat...</a>