mybatis-r2dbc
mybatis-r2dbc copied to clipboard
实现CallableStatement和ResultSet,包装r2dbc的Statement和Row
trafficstars
自己实现一个CallableStatement包装r2dbc的Statement,和ResultSet包装Row,这样兼容之前的TypeHandler,是不是应该方便些。
有样例代码吗? 可以参考一下。