SchemaLens for VS CodeOpen the SchemaLens schema diff tool directly from VS Code. Features
UsageCommand Palette
Right-click a SQL fileRight-click any How it worksThe extension encodes your SQL using the same base64 format as SchemaLens's native Share button. Everything stays local — your schemas are never uploaded to a server. The generated URL is processed entirely in your browser. Requirements
Dialect detectionThe extension guesses the SQL dialect from your file name:
You can always change the dialect inside SchemaLens after the page loads. PrivacyYour SQL never leaves VS Code or your browser. The extension generates a local URL hash — there is no network request until you open the URL in your browser, and even then SchemaLens runs entirely client-side. LicenseMIT |