Just realized the importance of using raw sql queries instead of ORM's

I just realized lang na being good at sql queries is really important, lalo na if need ng raw sql query sa certain situations. Masyado akong nasanay sa pag gamit ng mga orms (Drizzle, Prisma etc..) that when i try using raw sql queries sa mga new project, nanibago ako sa flow.

Pero eventually, yung design patterns na nakasanayan ko when im using orms, na apply ko naman siya when I'm using raw sql queries.

But the productivity, when using orms compare to using raw sql queries is such a nice din.

I'm currently learning golang rn and i don't wanna rely on orms, and wanna focus on getting good and comfortable without using orms.