从拖拽到 JOIN:CodeForge 26.4.0 把 SQL 查询变成搭积木

📅 2026/7/8 12:38:16
从拖拽到 JOIN:CodeForge 26.4.0 把 SQL 查询变成搭积木
CodeForge v26.4.0 是一次以数据库与 AI为核心的版本全新的拖拽式可视化查询构建器让你不写 SQL 也能搭出多表 JOIN、聚合、分组、过滤与排序的复杂查询配套带来表格行内编辑回写、连接分组与导入导出、SQL 一键格式化等数据库能力AI 侧新增修复诊断、生成文档注释、翻译注释、跨文件多文件编辑编辑器则补齐行书签、折叠展开、括号跳转、语法扩选、空白字符渲染等一批生产力功能。CodeForge v26.4.0 is a release centered ondatabase tooling and AI: a brand-newdrag-and-drop visual query builderlets you compose complex multi-table JOIN / aggregate / group / filter / sort queries without writing SQL; it ships alongsideinline cell editing with write-back, connection grouping and import/export, and one-click SQL formatting; AI gainsdiagnostic fixes, doc-comment generation, comment translation and multi-file editing; and the editor addsline bookmarks, folding, bracket matching, syntax-aware selection, and whitespace rendering. 版本信息 | Release Information项目地址 | Repositoryhttps://github.com/devlive-community/codeforge官方网站 | Official Websitehttps://codeforge.devlive.org/版本号 | Versionv26.4.0发布日期 | Release Date2026年7月6日 | July 6, 2026 可视化查询构建器 | Visual Query Builder不写 SQL也能拖出完整查询——从左侧结构面板把列拖到各个落区即可实时生成 SQL 并运行Compose a full query without writing SQL — drag columns from the schema panel into drop zones to generate and run SQL live:拖拽式搭建列拖入 SELECT / WHERE / GROUP BY / ORDER BY / HAVING 落区落区带放置提示多表 JOIN加表、选 INNER/LEFT/RIGHT/FULL 与 ON 条件列自动带表限定类型感知 WHERE运算符随列类型变化值输入自适应 BETWEEN / IN / 布尔 / 日期聚合与分组聚合函数、别名AS、DISTINCT、GROUP BY含自动分组、HAVING函数任意用可搜索分类的函数选择器支持自由输入任意函数名 参数如SUBSTRING(col,1,3)、split_part(col,,,1)SELECT 与 WHERE 均可套函数保存 / 载入查询按数据源命名存取常用查询状态自动记忆未指定库可切库连接未选数据库时在构建器内选库 / 切库表名自动带库限定A drag-driven builder with drop zones for SELECT / WHERE / GROUP BY / ORDER BY / HAVING;multi-table JOINwith configurable ON conditions and auto table-qualified columns;type-aware WHERE(operators and value inputs adapt to the column type — BETWEEN / IN / boolean / date); aggregates, aliases, DISTINCT, GROUP BY (with auto-grouping) and HAVING; a searchable, categorized function picker that also acceptsany custom function name plus arguments(usable in both SELECT and WHERE);named saved queriesper data source with automatic state memory; and in-builderdatabase picking/switchingfor connections without a default database. 数据库 · SQL | Database SQL表格行内编辑回写- 双击单元格改值生成 UPDATE 语句确认后写库单表结果连接分组- 为数据库连接分组设置页按分组归类展示连接导入 / 导出- 连接配置导出为 JSON、从 JSON 导入默认不含密码可选包含格式化 SQL- 命令面板一键格式化当前 SQLInline cell editingwith write-back (double-click to edit; generates a confirmed UPDATE for single-table results),connection groupingin settings,connection import/exportas JSON (passwords excluded by default, optional to include), and aFormat SQLcommand. AI 能力增强 | AIAI 修复诊断- 把当前文件的 LSP 诊断交给 AI 修复AI 生成文档注释- 为选中代码生成规范的文档注释AI 翻译注释 / 文档- 中英互译注释与文档保留代码结构AI 多文件编辑- 给出指令跨已打开文件生成修改并逐个差异审查后应用Fix diagnostics(hand the file’s LSP diagnostics to AI),generate doc commentsfor a selection,translate comments/docsbetween Chinese and English while preserving code structure, andmulti-file editing— describe a change and review per-file diffs before applying across open files. 运行 · REPL | Run REPL运行预设管理- 保存多套运行输入参数 / stdin / 环境变量一键切换运行输出过滤- 只显示包含关键字的输出行启动 REPL- 为当前语言启动交互式解释器Managerun presets(args / stdin / env) with one-click switching,filter run outputto lines matching a keyword, andstart a REPLfor the current language.✏️ 编辑器生产力 | Editor Productivity行书签- 切换 / 上一处 / 下一处 / 清空按文件记忆折叠 / 展开全部代码、转到匹配括号、展开 / 收缩选区按语法节点逐级扩选转换缩进- 空格 ↔ 制表符互转渲染空白字符- 空格与制表符可视化开关Line bookmarks(toggle / next / previous / clear, remembered per file),fold/unfold all,go to matching bracket,expand/shrink selectionby syntax node,convert indentation(spaces ↔ tabs), and arender-whitespacetoggle. 大纲 · 诊断 · 工作区 | Outline, Diagnostics Workspace大纲优先用 LSP- 基于 documentSymbol回退正则解析问题面板跨文件聚合诊断- 汇总多个文件的诊断命名工作区- 保存 / 打开一组工作区根Outline now prefersLSP documentSymbol(falling back to regex), the problems panelaggregates diagnostics across files, andnamed workspaceslet you save and reopen a set of roots. Git · 命令面板 | Git Command Palette在浏览器打开仓库主页- 一键跳转远程仓库强制删除未合并分支- 删除失败时可确认强制删除命令面板最近使用置顶- 常用命令更快触达Open the repository homepage in a browser,force-deletebranches that aren’t fully merged (with confirmation), andrecently-used commandsfloat to the top of the command palette. 立即下载 | Download Now在 GitHub Releases 下载最新版本或访问官方网站了解更多信息。Download the latest version from GitHub Releases, or visit the Official Website for more information.