NestJS + TypeORM Tutorial | Repositories, Relations, Migrations & More

NestJS + TypeORM Tutorial | Repositories, Relations, Migrations & More

Michael Guay

10 месяцев назад

48,169 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

dorsaf ferchichi
dorsaf ferchichi - 14.10.2023 18:09

Thank you this was amazing keep going with more awsome videos <3

Ответить
Artem Salishchev
Artem Salishchev - 29.09.2023 12:51

Michal, have you investigated the possibility of creating tables with TypeORM in runtime?

Ответить
Artem Salishchev
Artem Salishchev - 25.09.2023 16:19

I've bought your course and I have to say - it's amazing. And now I want to deeply dive into typeORM.

Ответить
Nullis NaN
Nullis NaN - 15.09.2023 22:54

Great, up to date instruction. If you're following along and get an error during testing "cannot find module" I had to add a line to the jest section in package.json 

"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"

Ответить
Javier Renteria
Javier Renteria - 31.08.2023 15:01

Hey, question. Are you sure that, you have to import all entities and add them one by one? Can you not just do it how you did for migrations?not sure if I explained myself correctly. Beside that, great content!

Ответить
Andres Vodopivec
Andres Vodopivec - 30.08.2023 04:36

Has anyone got the problem that when the restApi is rerun (npm run start:dev) only the columns with string values from the databases are emptied? Just the strings and not the number. If someone have had that issue, please help me how you solved it.

Ответить
Khant Si Thu Phyo
Khant Si Thu Phyo - 21.08.2023 00:16

Mind blowing tutorial,btw migration can add seeding fake data like Laravel?

Ответить
Kamal kamal
Kamal kamal - 17.08.2023 17:04

for best practice dto should be an interface not a class

Ответить
DY VANNAK
DY VANNAK - 14.08.2023 20:16

Thank

Ответить
Md. Redwan Hossain
Md. Redwan Hossain - 12.08.2023 10:08

Isn't typeorm has slow perfonmance in relational queries? How about some Query builders like kysely or perfonmant ORM like Drizzle?

Ответить
olasunkanmi
olasunkanmi - 07.08.2023 13:42

Great content. However, you cannot continue to create migration by yourself as your entities grow with complex relationships. The typeorm generate command, gives error. Cannot open file, referring to the data source folder. Here’s my generate migration command npm run build && typeorm migration:generate -d ./src/typeorm.config.ts migrations/test anyone has the right command or facing similar issue ? @mguay

Ответить
Anees Ahmed
Anees Ahmed - 07.08.2023 11:51

keep uploading nest js advance videos ..best content <3 alot of love mentor

Ответить
Simon Périquet
Simon Périquet - 03.08.2023 14:43

Man, I discovered nestjs a year ago, wasn't able to find a channel which provides Nestjs quality code.
Then there you are !
Thank you so much

Ответить
badri nath
badri nath - 19.07.2023 10:54

Hi Michel, very useful great videos from NesJS tutorials. Looking forward to more NestJs content.

Ответить
Paskon Intarasak
Paskon Intarasak - 13.07.2023 13:35

just about to ask you some question in the course, thanks for the typeorm update !!

Ответить
Saviour Umoeka
Saviour Umoeka - 08.07.2023 23:08

Thank you so much, I tried Migrations with MSSQL but it does work, please if you can provide any assistance I will appreciate. It asks for a config.server property

Ответить
Yash Khd
Yash Khd - 05.07.2023 12:14

Great Content Michael..!! I'm experienced enterprise app dev and mostly worked on well designed Java/.Net systems where proper design is very important as system should be extensible and maintained for long term. Recently I have been looking around NodeJS ecosystem for my side projects. I settled for NestJS for it's well thought out extensible architecture. The best thing about your videos is unlike many other videos explaining how to implement something ur videos also explain how to implement something "properly" in well throughout manner. You definitely deserve lot more subscribers..!!

Ответить
Abbas Ghasemi
Abbas Ghasemi - 03.07.2023 15:16

Thank you, very grateful to see your NestJS videos. Would you ever think about a video tutorial of creating a polyrepo microservices project with NestJS and also a common library as a submodule in it?

Ответить