{"id":49454360,"url":"https://github.com/imyuyu/sqltoy-idea-plugin","last_synced_at":"2026-04-30T04:05:31.801Z","repository":{"id":204227670,"uuid":"711378160","full_name":"imyuyu/sqltoy-idea-plugin","owner":"imyuyu","description":"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.","archived":false,"fork":false,"pushed_at":"2025-04-05T15:16:37.000Z","size":1999,"stargazers_count":8,"open_issues_count":10,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T16:25:10.574Z","etag":null,"topics":["intellij-plugin","sqltoy-orm"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imyuyu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-29T04:18:12.000Z","updated_at":"2025-04-05T15:16:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"6dcaa03f-84c4-41c5-9904-beb0a789d55c","html_url":"https://github.com/imyuyu/sqltoy-idea-plugin","commit_stats":null,"previous_names":["imyuyu/sqltoy-idea-plugin"],"tags_count":9,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/imyuyu/sqltoy-idea-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyuyu%2Fsqltoy-idea-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyuyu%2Fsqltoy-idea-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyuyu%2Fsqltoy-idea-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyuyu%2Fsqltoy-idea-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imyuyu","download_url":"https://codeload.github.com/imyuyu/sqltoy-idea-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imyuyu%2Fsqltoy-idea-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32454189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intellij-plugin","sqltoy-orm"],"created_at":"2026-04-30T04:05:28.795Z","updated_at":"2026-04-30T04:05:31.793Z","avatar_url":"https://github.com/imyuyu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sqltoy-idea-plugin\n\n[![Release](https://img.shields.io/github/v/release/imyuyu/sqltoy-idea-plugin?logo=github)](https://github.com/imyuyu/sqltoy-idea-plugin)\n[![Version](https://img.shields.io/jetbrains/plugin/v/23156-sqltoy-integration.svg)](https://plugins.jetbrains.com/plugin/23156-sqltoy-integration)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/23156-sqltoy-integration.svg)](https://plugins.jetbrains.com/plugin/23156-sqltoy-integration)\n![GitHub License](https://img.shields.io/github/license/imyuyu/sqltoy-idea-plugin)\n[![Star](https://img.shields.io/github/stars/imyuyu/sqltoy-idea-plugin.svg?style=social)](https://github.com/imyuyu/sqltoy-idea-plugin)\n![Build](https://github.com/imyuyu/sqltoy-idea-plugin/workflows/Build/badge.svg)\n\n这是一个`sqltoy`的`Idea`插件！！！！！\n\n## 参考链接\n\n### [sqltoy](https://gitee.com/sagacity/sagacity-sqltoy)\n### [sqltoy Lambda](https://gitee.com/gzghde/sqltoy-plus)\n### [sqltoy管理系统脚手架](https://gitee.com/momoljw/sss-rbac-admin)\n\n## 插件介绍\n\n### English\n\n\u003c!-- Plugin description --\u003e\nsqltoy-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.\n\nSQLToy Plugin Features:\n- Support xml definition jump java call statement \n- java call jump xml definition\n- SQL statement highlighting\n\u003c!-- Plugin description end --\u003e\n\n### 中文\n\nsqltoy-orm是比hibernate+myBatis更加贴合项目的orm框架，具有hibernate增删改和对象加载的便捷性同时也具有比myBatis更加灵活优雅的自定义sql查询功能.\n\n插件功能：\n\n- 支持xml定义跳转java调用语句 \n- java调用跳转xml定义\n- SQL语句高亮\n\n\n## todo\n\n- [X] 实现语法高亮\n- [X] 实现java跳转xml定义\n- [X] 实现xml跳转java调用\n- [X] sql.xml文件图标改为特有标识\n- [X] 提供新建`sql.xml`、`sqltoy-translate.xml`文件模板\n- [X] 实现`double shift`搜索符号\n- [X] 实现xml中sqlId的`find usages`\n- [X] 实现java调用时的代码自动完成，自动提醒sqlId\n- [X] 实现java调用中时，快速文档展示\n- [X] 未被调用的sqlId给予警告\n- [X] sqlId重复报错\n- [ ] 实现sql定义的中的`@`符号自动完成，如`@fast,@Loop`\n- [X] 缓存翻译跳转\n- [X] 缓存翻译自动完成\n- [X] 缓存翻译中sql相关的支持语法高亮\n\n\n## Installation\n\n- Using the IDE built-in plugin system:\n  \n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"sqltoy-idea-plugin\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall\u003c/kbd\u003e\n  \n- Manually:\n\n  Download the [latest release](https://github.com/imyuyu/sqltoy-idea-plugin/releases/latest) and install it manually using\n  \u003ckbd\u003eSettings/Preferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n\n---\n本工程参考了以下项目，感谢\n- [sqltoy-idea-plugins]，感谢[threefish](https://github.com/threefish)的代码\n- [MybatisX]\n\n\n[sqltoy-idea-plugins]: https://github.com/threefish/sqltoy-idea-plugins\n[MybatisX]: https://github.com/baomidou/MybatisX\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyuyu%2Fsqltoy-idea-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimyuyu%2Fsqltoy-idea-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimyuyu%2Fsqltoy-idea-plugin/lists"}