DZ
Size: a a a
DZ
OR
DZ
DZ
DZ
DZ
OR

LK
DZ
DZ
DZ
DZ
DZ
DZ
VA
IB

ES
ES
TypeOrmModule.forRoot({
type: 'postgres',
host: configService.get('DB_HOST'),
port: parseInt(configService.get('DB_PORT'), 10),
username: configService.get('DB_USERNAME'),
password: configService.get('DB_PASSWORD'),
database: configService.get('DB_DATABASE'),
synchronize: !!configService.get('DB_SYNCHRONIZE'),
->entities: [configService.get('DB_ENTITIES')],
logging: !!configService.get('DB_LOGGING'),
keepConnectionAlive: !!configService.get('DB_CONNECTION_ALIVE'),
}),👨C
S
ts-node ./node_modules/typeorm/cli.jsопять же в knex ts с коробки