Hello everyone! Quick question: I'm trying to orga...
# orm-help
c
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
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.