Concept Flow - TypeORM module setup
Import TypeOrmModule
Configure connection options
Call TypeOrmModule.forRoot()
Add to imports array in AppModule
NestJS initializes DB connection
App ready to use DB
This flow shows how to import and configure TypeORM in a NestJS app, then initialize the database connection.