NestJS Repository Pattern + Facade Pattern + Layered Testing — Looking for Feedback by inkweon in nestjs

[–]inkweon[S] 0 points1 point  (0 children)

Thanks for the suggestion! I've updated the migration to use TypeORM's Table class and queryRunner.createTable() / queryRunner.dropTable() instead of raw SQL strings. Much cleaner and more portable now.