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
Thank you! I’m glad you find the course interesting. Drizzle is definitely a great tool to explore alongside NestJS. I appreciate your subscription-stay tuned for more content, and let me know if there’s anything specific you’d like me to cover!
By the way, if you enjoy learning and want to dive deeper into computer science topics made simple, I run another channel where I summarize key concepts from CS books. I would be very glad if you subscribe to my new channel: th-cam.com/channels/ZYhXrFwhFUOXuSQNgfk-Sw.html
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 💕🙏
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! 🙌
Quality content. Would love to see continued nestjs videos past just the basics.
Thanks. more to come
Wow thanks Sakura what a treat.
You are very welcome Prashant 💖
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❤️🙏
bro you don't know how much this tutorial helped me 🤣
Thanks for the awesome tutorial 🙌
Glad I could help! ❤️
wow, this Nestjs course looks very interesting, I will give it a try since I am interested in drizzle and others, I subscribe.
Thank you! I’m glad you find the course interesting. Drizzle is definitely a great tool to explore alongside NestJS. I appreciate your subscription-stay tuned for more content, and let me know if there’s anything specific you’d like me to cover!
Great, thanks for this
You are very welcome 💖🙏
This video helped me thanks! Finally making process with my personal project
Thanks 🙏🙏. I'm really glad it was helpful for you
catchy thumbnail, looks good!
Thanks! Glad you like the thumbnail! 🎨👍
Thank you so much... 💯
Hi, 👋 thanks for your support 💖🙏
Nice , thanks Sakura dev
Thanks for your support 💖💖
superb tutorial bro, thank you so much
Thank you so much for your support 🙏.
great tutorial
Thanks for the feedback! 👍
By the way, if you enjoy learning and want to dive deeper into computer science topics made simple, I run another channel where I summarize key concepts from CS books. I would be very glad if you subscribe to my new channel: th-cam.com/channels/ZYhXrFwhFUOXuSQNgfk-Sw.html
Well done bro. 🫂
Thanks 🙏🙏🙏
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