question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MikroORM is difficult to find using NPM search

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
B4nancommented, Apr 1, 2020

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:

You can use the npm search bar to find packages to use in your projects. npm search uses npms and the npms analyzer; for more information on both, see https://npms.io/about.

https://docs.npmjs.com/searching-for-and-choosing-packages-to-download

1reaction
B4nancommented, Apr 8, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found