NestJS ORMs மூலம் databases-உடன் சுத்தமாக integrate செய்கிறது — மிகவும் பொதுவாக TypeORM (அதிகாரப்பூர்வ @nestjs/typeorm integration) மற்றும் Prisma (ஒரு custom service மூலம் பயன்படுத்தப்படும் ஒரு modern, type-safe ORM). இரண்டும் NestJS-இன் module/provider/DI கட்டமைப்பிற்கு பொருந்துகின்றன.
TypeORM integration
({
: [
.({
: ,
: process..,
: [],
: ,
}),
.([]),
],
})
{}
