nestedj icon indicating copy to clipboard operation
nestedj copied to clipboard

Do you plan to write MyBatis Storage implementations of nestedj in future?

Open chengxinxin2021 opened this issue 4 years ago • 3 comments

I use MyBatis framework,but i con't find Storage implementations of nestedj for MyBatis,Do you plan to write MyBatis Storage implementations of nestedj in future?

chengxinxin2021 avatar Sep 22 '21 14:09 chengxinxin2021

A little late to the party but we implemented the MyBatis version for our project. If there is still interest we can discuss internally and submit a PR here.

IMHO though it would make better sense to extract the logic and API out of this project and then provide different implementations as separate artifacts. Mixing it all into a single library is not a sustainable way forward and might discourage people from using the project.

kousalik avatar Jan 30 '22 09:01 kousalik

Hi and thank you for talking the interest in the project :)

I'd very much welcome a PR for MyBatis implementation. As for modularization, I think it's a very good way forward and I think that the next version would include decoupled API and implementations.

eXsio avatar Jan 30 '22 12:01 eXsio

A little late to the party but we implemented the MyBatis version for our project. If there is still interest we can discuss internally and submit a PR here.

IMHO though it would make better sense to extract the logic and API out of this project and then provide different implementations as separate artifacts. Mixing it all into a single library is not a sustainable way forward and might discourage people from using the project.

Hi, I'm interested in Mybatis version, and I implemented it by translating the jdbc into mybatis. I wanna know your implementation

dananguo avatar Nov 08 '22 02:11 dananguo