baomidou / mybatis-plus

An powerful enhanced toolkit of MyBatis for simplify development
https://baomidou.com
Apache License 2.0
16.47k stars 4.31k forks source link

有支持Wrapper多表jion的计划吗 #6323

Closed catgptjourney closed 4 months ago

catgptjourney commented 4 months ago

请详细描述需要增加的功能

jaimyjie commented 4 months ago

把这个库的功能移植过来就可以了:https://github.com/yulichang/mybatis-plus-join

catgptjourney commented 4 months ago

把这个库的功能移植过来就可以了:https://github.com/yulichang/mybatis-plus-join

这个库支持非Mysql数据库吗?

miemieYaho commented 4 months ago

未知

jaimyjie commented 4 months ago

把这个库的功能移植过来就可以了:https://github.com/yulichang/mybatis-plus-join

这个库支持非Mysql数据库吗?

他也是基于MyBatis-Plus的增强工具,我实际只用mysql,具体其他数据库是否支持需要分析下源代码