mybatis-flex / mybatis-flex

mybatis-flex is an elegant Mybatis Enhancement Framework

Home Page:https://mybatis-flex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

建议QueryMethods增加更多的数据库函数

WinterG26 opened this issue · comments

比如MySQL已经支持JSON字段并且有相应的JSON函数,希望框架内置的QueryMethods能增加相应的函数调用,例如“JSON_CONTAINS”、"JSON_OVERLAPS"等。
或者作为一个扩展,希望文档增加“如何使用类似的方式调用自定义的数据库函数”,避免手动拼接SQL