You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
谷歌没搜索到具体的方法。
chatgpt提供的是老方法,用到了弃用的getManager()方法。
然后看到typeorm的更新日志中提到了关于getManager()弃用的问题,终于解决这个问题。方法如下:
在要使用的服务中导入InjectDataSource
import { InjectDataSource } from '@midwayjs/typeorm';
然后在类中注入数据源
在方法中
Beta Was this translation helpful? Give feedback.
All reactions