# sqltomongo-plugin **Repository Path**: listen_w/sqltomongo-plugin ## Basic Information - **Project Name**: sqltomongo-plugin - **Description**: 一款用于将SQL语句翻译成Mongo语法的 idea 插件 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-04-28 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqltomongo-plugin 一款用于将SQL语句翻译成Mongo语法的 idea 插件 # SQLToMongo 中文 将SQL语句翻译成Mongo语法的插件 转换功能代码仓库:https://gitee.com/listen_w/sqltomongo-converter.git 插件代码仓库:https://gitee.com/listen_w/sqltomongo-plugin.git


掘金个人博客:https://juejin.cn/user/3737995265185528 # 使用 ![image.png](src/main/resources/img/start.png) ![image.png](src/main/resources/img/demo1.png) ![image.png](src/main/resources/img/demo3.png) ![image.png](src/main/resources/img/demo2.png) - 安装插件 - 选中要执行的SQL,右键,选择“SQLToMongo”,然后就会将翻译好的结果复制下来,找个空白的地方粘贴即可 - 或者不选中任何字符,右键,选择“SQLToMongo”,弹出对话框,在对话框完成翻译SQL过程 # 特性 - 支持大部分的SQL语句,比如 select、join、where、group、limit、order by、having、sort等。 - 不支持 select * ,使用具体的字段