NestJS integrate กับฐานข้อมูลได้อย่างสะอาดผ่าน ORM — ที่พบบ่อยที่สุดคือ TypeORM (integration ทางการ @nestjs/typeorm) และ Prisma (ORM สมัยใหม่ที่ type-safe ใช้ผ่าน custom service) ทั้งคู่เข้ากับโครงสร้าง module/provider/DI ของ NestJS
TypeORM integration
({
: [
.({
: ,
: process..,
: [],
: ,
}),
.([]),
],
})
{}
