Open alper opened 9 months ago
Having these be classes with the same name also lost me a ridiculous amount of time with the TypeORM integration, detailed here: https://github.com/typeorm/typeorm/issues/10558#issuecomment-1950007654
Here's my repository derived from your tutorial: https://github.com/alper/nestjs-sample
You have a folder called
/models/
here where you have classes that are annotated as@Entity()
?https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model.ts
Shouldn't those go into the folder called
entities/
?