nestjs-starter-rest-api
nestjs-starter-rest-api copied to clipboard
Fix/fix typeorm new version and update packages
Done:
- Update packages
- Fix the problems caused by the new Typeorm version 0.3.x
-
updated methods
-
remove deprecated annotations
-
Migration fix
-
Fix access problem: Done (Had to move from mysql to mysql2 to solve this problem)
-
Fix the repositories/entities problem: Fix reference
-
TODO:
- fix the tests
- Check the
generate migration
script - bring in the postgres change.