Hi guys, I'm in a dilema. I wanted to implement a ...
# orm-help
z
Hi guys, I'm in a dilema. I wanted to implement a project manually with all the features such as relay connections specification for pagination and so on, I learned and did everything manually, I learned what I wanted, even tho there's a few things to learn yet I found myself with problems such as N + 1 and repeating myself a lot, even abstracting and refactoring it was giving me a hard time to code all the code. I knew about Prisma but the real reason I did that was for sake of learning, I don't like to jump into using tools that does something for me automatically without knowing what is happening behind the scenes. The question I have right now is: I'm still learning a few things, but most of the things I have in mind of how works, is it a waste of time keep trying to implement my GraphQL server manually? Or it's better if I just start using Prisma in my project and speed things up? What are your thoughts about that? Thank you in advance.