egg icon indicating copy to clipboard operation
egg copied to clipboard

egg-mysql在egg+typescript环境中一直报找不到方法

Open chenlong-io opened this issue 5 years ago • 3 comments

比如:

this.app.mysql.someFunc();

经常报someFunc没有,我还必须去 index.d.ts 一个个添加,看了下相关 Issues,提这类问题的人很多,这么吊的框架没办法解决一下吗?

chenlong-io avatar Mar 05 '20 11:03 chenlong-io

egg-mysql 好像总共就只有9个方法吧?

WeChat Screenshot_20200324102320

只需要添加这一个就可以了呀

darrenliuwei avatar Mar 24 '20 02:03 darrenliuwei

egg-mysql 好像总共就只有9个方法吧?

WeChat Screenshot_20200324102320

只需要添加这一个就可以了呀

😹这算是偷懒了吧,那还不如不用typescript. 而且不止 egg-mysql ,很多 egg 官方维护的插件对typescript支持的不好。开发过程中经常报错,影响开发时间。

希望官网在这方面能尽快补上吧

chenlong-io avatar Mar 26 '20 05:03 chenlong-io

还没解决吗

believeyourself avatar Aug 18 '21 02:08 believeyourself