thank you, If you want to make the files icons of ANGULAR to NESTJS icons in MATERIAL ICON, => just add "material-icon-theme.activeIconPack": "nest", to your settings.json in vscode yw
Thanks for watching! For enterprise projects, it depends on your needs: TypeORM is great for complex databases with detailed control, Prisma is excellent for developer productivity and TypeScript support, and Drizzle is lightweight with a flexible SQL approach. Prisma is often preferred for modern full-stack apps due to its ease of use and robust tooling.
@@SakuraDevallow me to ask you again please. if you were to start a nestjs project that initially will start small and increase the complexity over the time, what approach you’ll be choosing : TypeORM, drizzle or Prisma? thank you very much
Hey Developers🖐🏻🖐🏻 Your Likes💖 and comments 💬 means world to me. So please Like and Share this video to support me🔥🔥🔥 .
beest place to learn nestjs right now on YT! thanks for these series. looking forward to the next episodes
Wow! Thank you so much for your support 💕🙏
Quality content. Would love to see continued nestjs videos past just the basics.
Thanks. more to come
I just watched your video on Dizzele ORM for NestJS, and it was super insightful! 🚀 Big thanks to you! 🙌
I'm so glad you found the video on Drizzle ORM helpful! 🙏 Thanks a ton for your support! 🙌
bro you don't know how much this tutorial helped me 🤣
Thanks for the awesome tutorial 🙌
Glad I could help! ❤️
Wow thanks Sakura what a treat.
You are very welcome Prashant 💖
This video helped me thanks! Finally making process with my personal project
Thanks 🙏🙏. I'm really glad it was helpful for you
thank you, If you want to make the files icons of ANGULAR to NESTJS icons in MATERIAL ICON, => just add "material-icon-theme.activeIconPack": "nest",
to your settings.json in vscode yw
Nice 👍. Thank you so much 😊
I just did it and that was awesome, thank you so much❤️🙏
superb tutorial bro, thank you so much
Thank you so much for your support 🙏.
catchy thumbnail, looks good!
Thanks! Glad you like the thumbnail! 🎨👍
Thank you so much... 💯
Hi, 👋 thanks for your support 💖🙏
Great, thanks for this
You are very welcome 💖🙏
Well done bro. 🫂
Thanks 🙏🙏🙏
Nice , thanks Sakura dev
Thanks for your support 💖💖
great videos on this playlist. for an enterprise project do you recommend typeorm, drizzle or prisma? thank you
Thanks for watching! For enterprise projects, it depends on your needs: TypeORM is great for complex databases with detailed control, Prisma is excellent for developer productivity and TypeScript support, and Drizzle is lightweight with a flexible SQL approach. Prisma is often preferred for modern full-stack apps due to its ease of use and robust tooling.
@@SakuraDev thank you
@@SakuraDevallow me to ask you again please. if you were to start a nestjs project that initially will start small and increase the complexity over the time, what approach you’ll be choosing : TypeORM, drizzle or Prisma? thank you very much
@@gheorghe-valer I would use Prisma
@@SakuraDev thank you. man I really appreciate you
your font looks beautiful may I ask for your vscode config and font
Hi, The font is JetBrains mono light and the theme is bearded theme. Thanks for vesting btw
What is the color theme you are using?
Hi, It is bearded theme
you forgot to add the "type" in "import { DrizzleDB } from 'src/drizzle/types/drizzle';" . This may cause execution errors.
Thanks for bringing that to my attention. I will fix it in the repo
Kysely
Is it a good idea to use Kysely together with Drizzle ORM in one application or is it overkill?
@@robertz7329 It's overkill to use kysely with drizzle,because kysely does everything drizzle does