How to transition from postgress sql to mysql/mariadb ? #87
-
Can you please provide some steps or config change for using mysql/mariadb in typeorm |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi @ishanabdul3, just edit configurations in ormconfig.ts and api-config.service.ts files. and recreate all migrations. |
Beta Was this translation helpful? Give feedback.
-
Just a hint for newbs like me:
|
Beta Was this translation helpful? Give feedback.
-
I also wrote this docker-compose file for mysql + NestJS Awesome Boilerplate. Works for me.
|
Beta Was this translation helpful? Give feedback.
Hi @ishanabdul3, just edit configurations in ormconfig.ts and api-config.service.ts files. and recreate all migrations.