NestJs - MongoDB [11]

preview_player
Показать описание
We learn how to connect to a mongoDb database using the NestJs mongoose package. We cover multiple concepts:

1- Different ways we can connect to a database
2- Creating a Schema
3- Registering a model
4- Injecting that model and using it as a dependency
5- Exporting models
6- Using multiple databases
7- Accessing the mongoose Connection object

Timestamps:
--------------------
0:00- Introduction
1:00- Connecting to our database
7:00- Creating a Schema
12:13- Registering and using our models
18:18- The Mongoose Connection Object
18:54- Using Multiple Databases
21:00- Exporting Models
22:20- Summary
Рекомендации по теме
Комментарии
Автор

It's so easy to understand. Thank you so much

juhandvan
Автор

Thank you very much! Could you please make video about JWT Access and Refresh tokens using ConfigModule?

sergeyplotnikov