Always improving

Changelog.
What we've shipped.

A running log of features, fixes, and improvements to SchemaLens. Last updated April 22, 2026.

April 2026

Latest

🔌 REST API

Programmatic schema diffing via POST /api/diff. Supports JSON and Markdown output, rate limiting, and CORS. Perfect for CI/CD and automation.

📊 Server-side Analytics

Anonymous usage tracking via /api/analytics, wired to Supabase for long-term querying. Localhost detection prevents dev noise.

🔍 Schema Health Check

New free micro-tool that lints SQL schemas for 10 common design issues: missing primary keys, unindexed foreign keys, missing timestamps, and more.

🏗️ SQL CREATE TABLE Generator

Visual form-based builder for CREATE TABLE statements across all 4 dialects. Generate correct DDL with one click.

⚡ Breaking Change Detection

Automatic detection of 6 dangerous patterns: dropped tables/columns, type narrowing, NOT NULL without defaults, missing FK indexes, and dropped constraints.

🌓 Dark / Light Mode

Full theming support across all 31+ pages. Respects system preference and persists user choice in localStorage.

🔔 Trigger Diff Support

PostgreSQL CREATE TRIGGER parsing, diffing, and migration generation. Detects added, removed, and modified triggers.

☁️ Cloud Save & Public Links

Supabase-powered cloud save for diffs with magic-link auth. Generate public read-only shareable links for team collaboration.

🛠️ Seven Free Micro-Tools

SQL Validator, SQL Formatter, Schema Documentation Generator, CSV to SQL Converter, JSON to SQL Converter, Schema Health Check, and CREATE TABLE Generator.

📝 18 SEO Blog Posts

Comprehensive content library covering schema diffing, migration safety, CI/CD integration, SQL best practices, and database design.

March 2026

🚀 SchemaLens Launch

Initial release of the browser-based schema diff tool. Custom SQL parser for PostgreSQL, MySQL, and SQLite. Semantic diff engine with migration generation.

Want to see it in action?

Try the schema diff tool free. No signup required.

Open SchemaLens