this is amazing, learn a ton about drizzle and nestjs ❤ the part when created profiles i created separated controllers and service for it, so it will be easier to locate for each controller and service
Hi Michael, thank you for the nice overview about drizzle in nestjs. Can you make an example how to implement abstract repository with drizzle orm in nestjs? Thank you.
I have a question regarding the mix between users and posts when using drizzle orm Via "with", I can query posts for a specific user or all users on the same query in the Users Module and can query for each post the user in Posts Module If I continue in this way, I think both modules become a mix, losing their distinction, Users Service should be only about user operations and Posts Service only about posts What do you think? Thank you for this amazing video tutorial, great content, learned a lot
We are using the same string in multiple files. Creating a const for that is good practice to avoid spelling mistakes. Now, the same const is used everywhere, instead of wring that string in all places.
Prisma is the worst orm in existence! They missing a lot of crucial features, and when u google for a Github issue for it you find a 2-3 year old 20 page long Github issue requesting that feature, and they just don't care.
Check out my website for additional monthly exclusive content: michaelguay.dev/
youtube recommended this video when i'm just start learning nestjs. Great video for me
this is amazing, learn a ton about drizzle and nestjs ❤
the part when created profiles i created separated controllers and service for it, so it will be easier to locate for each controller and service
At 34:06, when I saw '0 fks', I didn't immediately thinkg "foreign keys'. In my head I read it like drizzle is saying '0 fks given' 😂😂
Your content is valuable, keep it up.
Thanks for this. Great job.
Hi Michael, thank you for the nice overview about drizzle in nestjs. Can you make an example how to implement abstract repository with drizzle orm in nestjs?
Thank you.
Been waiting for this one!
Привет. Ты мне супер помог. Спасибо тебе
Thank you so much! I genuinely wonder, would you use drizzle in production app or would you wait untill it becomes more stable?
Bringing incredible content again. Do you update your udemy course with the new contents Michael?
Awesome tutorial.. could make vedio on bunjs with elysia...
i have a qst pls is it possible to define a schema folder in database module and put in it all tables schema then use what you need from it ??
drizzle is awesome
I have a question regarding the mix between users and posts when using drizzle orm
Via "with", I can query posts for a specific user or all users on the same query in the Users Module and can query for each post the user in Posts Module
If I continue in this way, I think both modules become a mix, losing their distinction, Users Service should be only about user operations and Posts Service only about posts
What do you think?
Thank you for this amazing video tutorial, great content, learned a lot
any chance you will use drizzle over prisma on your latest course?
I will likely include a separate module that shows how to swap it in. Although it does seem like there is a lot of demand for it :)
I do not get the point of database-connection.ts it is just exporting the variable of the string how is that useful?
We are using the same string in multiple files. Creating a const for that is good practice to avoid spelling mistakes. Now, the same const is used everywhere, instead of wring that string in all places.
Is Drizzle better than Prisma, or what are the reasons for using Drizzle over Prisma?
drizzle is fast and not abstract like prisma
Prisma is the worst orm in existence! They missing a lot of crucial features, and when u google for a Github issue for it you find a 2-3 year old 20 page long Github issue requesting that feature, and they just don't care.
so much boilerplate code is kinda weird like injecting db connection then import schema from correct place and pass it as generic
thank you daddy
or simple use nestjs-drizzle package
Yes definitely this package is great and can simplify the connection management. However I like to learn how things are working under the hood :)
@@mguay 👍
first :)