插件地址:https://github.com/imyuyu/sqltoy-idea-plugin
sqltoy-orm:
gitee: https://gitee.com/sagacity/sagacity-sqltoy
github: https://github.com/sagframe/sagacity-sqltoy
更新内容:
Added
- added support for SqlToy-Plus;
- sqltoy sql xml inspection
- sqltoy framework detector
- never use SQL checks
- 支持单sql.xml文件的语法检查,如id必填,id重复(仅当前xml文件)等
- 支持自动探测sqltoy框架(暂时太大用处)
- 支持sqlid未使用检测,当前实现比较简单,未来再扩充
- 支持sql.xml中针对id查找使用
Fixed
- Fix the issue that caused code prompts to become invalid
- 修复影响代码提示的问题
English
sqltoy-orm is an orm framework that is more suitable for projects than Hibernate + MyBatis. It has the convenience of adding, deleting, modifying and loading objects, and also has more flexible and elegant custom SQL query functions than MyBatis.
SQLToy Plugin Features:
- Support xml definition jump java call statement
- java call jump xml definition
- SQL statement highlighting
中文
sqltoy-orm是比hibernate+myBatis更加贴合项目的orm框架,具有hibernate增删改和对象加载的便捷性同时也具有比myBatis更加灵活优雅的自定义sql查询功能.
插件功能:
- 支持xml定义跳转java调用语句
- java调用跳转xml定义
- SQL语句高亮