sqltoy-orm-4.17.5 发布,支持 QueryExecutor 中定义分库分表
开源地址: github:https://github.com/sagframe/sagacity-sqltoy gitee:https://gitee.com/sagacity/sagacity-sqltoy idea 插件(可直接在idea中检索安装):https://github.com/threefish/sqltoy-idea-plugins 更新内容 1、 支持QueryExecutor、EntityQuery中使用分库分表策略配置 (原本只支持xml中定义) //分库 dbSharding(String strategy, String... paramNames) //分表 tableSharding(String strategy, String[] tables, String... paramNames) sqltoy的十四个关键特点: 1、最简最直观的sql编写方式(不仅仅是查询语句),采用条件参数前置处理规整法,让sql语句部分跟客户端保持高度一致 2、sql中支持注释(规避了对hint特性的影响,知道hint吗?搜oracle hint),和动态更...