MikroORM is difficult to find using NPM search
See original GitHub issueI’ve been introduced to this project by a friend of mine and I was wondering why I haven’t heard of this project earlier - after all I’ve been looking for TypeORM replacement for quite some time and it looks like an amazing alternative.
My other friend have noticed that when you search for “orm” in NPM registry (either via text query or keyword query), MikroORM is nowhere to be found on first few pages, even though quite a few projects with way lower weekly downloads count are there. On the fifth page, a helper library @mikro-resources/fixtures
is visible, but no main package in sight.
I believe that this situation hurts project discoverability a lot. Are you aware of this issue? Maybe something can be done about it.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Why does it have so low popularity? · Issue #12 · mikro-orm ...
There is a website for searching npm modules. It calculates some quality attributes for every package. Currently for MikroORM (1.2.3) it ...
Read more >MikroORM 5: Stricter, Safer, Smarter
First, we use em.create() to build the whole entity graph in a single step. ... so we can use both node and ts-node...
Read more >How difficult is it to choose an ORM for Node.js? Or Node.js ...
I used MikroORM for a while - Again there are some minor problems which ... I recommend Prisma, a new NodeJS ORM with...
Read more >Build an API from scratch using MikroORM, Node.js, and ...
We'll look at defining entities. MikroORM has the concept of baseEntitiy . This is optional, but I find it useful because it helps...
Read more >mikro-orm - npm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and ... Start using mikro-orm in your project by running `npm i...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Quick update, managed to pass thru the first level support, issue is now escalated to higher level, hopefully they will help.
Also they confirmed that npm is using the data from npms.io, it can be also found in their docs:
https://docs.npmjs.com/searching-for-and-choosing-packages-to-download
Still no update from their end, but we might get around this in v4 anyway, as v4 will be monorepo with multiple packages, so hopefully those will be analyzed correctly.