NestJS, MySQL, TypeORM Crash Course

preview_player
Показать описание
Covering the basics from creating, reading, updating, and deleting data from our MySQL database, all the way to one-to-one relationships and one-to-many and many-to-one. By the end of this video, you will become more comfortable with working with TypeORM entities and repositories to build persistent applications!

Support the Channel:

Connect with me:

Рекомендации по теме
Комментарии
Автор

Should I do a course with MongoDB & Mongoose?

ansonthedev
Автор

30 minutes of this tutorial and I was able to finally implement the typeorm in my nestjs backend. The explanation is very simple to understand. Thank you, very much!

alexandreluiz
Автор

@ansonthedev thanks for this tutorial, I 've been a laravel developer for 6 years and going through your Nes'tJS tutorials have been a breeze, Thank you again!!!

thecyrilcril
Автор

Thank you so much for learning all over again, even though I'm still unemployed.

Charles_
Автор

WIthout a doubt the best guide videos on YouTube. I have watched many other content creators and tried to follow along, none offer explanations like this guy. If i ever get good enough to earn a living doing this, it would be, to a large extent, due to these videos.

AliAliOxenFree
Автор

Hey Anson,

I'm really enjoying your NestJS tutorials, I can't find many videos with similar quality. So far you've been able to explain how to best use Nest in many contexts, I've already watched how you implemented it with Mongoose and MongoDB, and after this I'll watch how to implement GraphQL.

You are great, thank you for your work and your content. 💯

alessandrop.
Автор

I was so lucky i got these lectures .It is really really good .
😍😇

SYEDAAMANSHERAZI
Автор

Anson, your way of teaching and explaining core concepts is amazing. if youtube has million thumbs up option then Definitly i will give you millions of thumbs up. Just keep it up. Also did subscribe your channel

waseemusman
Автор

The best CRUD example in nestJS using database

vardgesmovsesyan
Автор

hey loved the tutorial
but one question why didn't you add manytomany relationship example??

hoxlabs
Автор

Your teaching is amazing! You know what you are talking about and u are very aware of all the elements involved

borknagarchile
Автор

what about ManyToMany TypeORM Relations?

addis_ababa_university
Автор

Thanks sir, because of this tutorial I can now create my own api, great job for this wonderful tutorial.

JaTeaGee
Автор

Thank you! Great course! I can always learn from the little details like PUT vs PATCH

marvinxu
Автор

Thank you so much for teaching me about nest js, it really helped me alot!

mamlzy
Автор

Thanks for sharing, I have one question. How can I call stored procedures instead of using entities. I have developed the database and its procedures first. Now I want to call those stored procedures using nestjs. any help please. Thanks and regards.

SiciidQaran
Автор

Thank you very much for this tutorial! I had a lot of fun watching this video and the crash course and sure will be pretty helpful on my job

jairocket
Автор

hi, can we achieve one-to-many/many-to-one relation using TypeORM: select table1.*, table2.*
from table1 left join table2 on table1.pk_id=table2.fk_id and table1.status=1, here main concern is to join table with multiple condition, thanks

samrat
Автор

I want to know your snippet extension, i have tried some but it didn't do as yours in video :((

NameNotFound
Автор

when i restart the app after creating the entity, i did not get any table in mysql .

HammadAhmad-np