Hello everyone! Quick question: I'm trying to organize a stack to work fast on projects and I'm looking for the right ORM. I tried TypeORM and MikroORM. Prisma has the same functionality, right? Also I saw that plays well with Typescript.
r
Ryan
08/18/2020, 6:47 AM
Hey @Camilo 👋
Yes it does! Here’s the quickstart and you can read how relations are created and how we can query for relations as well 🙂
Let me know if this helps.