n8n-io/codemirror-lang-n8n-sql — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2026-01-06
Get SQL syntax highlighting that also understands n8n expressions while writing workflow queries.
Catch SQL and expression errors as you type in an n8n-aware editor.
Reference the code as an example of extending CodeMirror's SQL language support.
| n8n-io/codemirror-lang-n8n-sql | atomicstrata/atomicmemory | azerdsq131/mcpm | |
|---|---|---|---|
| Stars | 6 | 6 | 6 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | 2026-01-06 | — | — |
| Maintenance | Quiet | — | — |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Archived and read-only, maintained version has moved into n8n's main monorepo.
This repository provides a code editor plugin that adds support for writing SQL queries with n8n expressions mixed in. It's built on CodeMirror 6, which is a popular JavaScript library that powers code editors in web applications. If you're using n8n, a workflow automation tool, you may need to write SQL queries as part of your automation. This plugin lets you write those queries in a code editor that understands both standard SQL syntax and n8n's special expression language, so it can highlight keywords correctly, offer helpful suggestions, and catch errors as you type. The plugin was created by extending CodeMirror's existing SQL language support to recognize n8n-specific syntax alongside regular SQL. This means when you're building a workflow that queries a database, the editor helps you write cleaner, more reliable code by understanding both languages at once instead of just treating everything as plain text. Important note: this repository is now archived and read-only. The actual, maintained version has been moved into n8n's main codebase as part of their larger monorepo. If you're looking to use or contribute to this project, you'll want to find it in the main n8n repository instead of this standalone version.
An archived CodeMirror 6 language plugin that adds syntax highlighting and suggestions for SQL mixed with n8n expressions inside a code editor.
Mainly TypeScript. The stack also includes TypeScript, CodeMirror 6.
Quiet — no commits in 6-12 months (last push 2026-01-06).
No license information was found in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.