SQL Everywhere. Stream Anything.
Released June 12, 2026
Deleting a CDC stream config now also drops its PostgreSQL replication slot on the source. Previously the slot stayed behind and silently retained WAL — on a busy source that means unbounded disk growth long after the pipeline is gone.
The docs now also cover how slot WAL retention works and how to cap it with max_slot_wal_keep_size — see CDC reliability and resume.
Connections you add or update are now picked up immediately by every running service that shares the workspace — including the MCP server your AI assistant talks to. No restarts after adding a connection: create it in the app, query it from Claude or any MCP client right away.
Released June 10, 2026
DBConvert Streams 2.4 ships a built-in MCP server: connect Claude, Cursor, VS Code Copilot, Windsurf, Gemini CLI, or Codex, and your AI assistant reads live schemas, data, and stream state from the same workspace you use — no more pasting DDL and error logs into chat.
SELECT passes the server-side filter — the AI can look and advise, never write.

The AI Assistants panel detects installed clients and registers the MCP server with one click.
Released May 15, 2026
Large SELECT / WITH queries now return paged results, so an uncapped query can no longer overwhelm the grid or the backend.
Released May 11, 2026
DBConvert Streams 2.2 adds visual Query Plans to the SQL Console, making it easier to understand how PostgreSQL, MySQL, and federated queries are executed.


The Plan view highlights operators, indexes, row estimates, costs, and warning signals.


Select a plan node to inspect filters, joins, timing, loops, and other useful details.
Released April 28, 2026
Version 2.1 improves two separate ways to continue interrupted work:


The Replication Status stepper shows snapshot completion, handoff, and CDC apply while the stream is writing into PostgreSQL.
Large supported loads into MySQL or PostgreSQL targets can continue from the last saved point after a stop or interruption, so you do not have to restart the whole load from zero.
When the run supports resume, the next start continues from the last saved point instead of repeating work that already finished.


When a load supports resume, the monitor keeps the saved state visible and lets the operator continue with Resume Load.
If you want a full rerun, Reset clears the saved state first so the next run starts cleanly from the source.
Query results now open below the SQL code instead of in a side pane, and the results grid adds page-size controls and pagination for longer result sets.


The updated SQL editor keeps the query and its results in one vertical flow, with pagination controls at the bottom of the results grid.
Supabase setup is now easier to get right, with clearer connection guidance for direct access, session pooler use, and IPv6-related connection issues.
March 2026
Version 2.0 ships in two distribution modes. Cross-platform desktop applications for Windows, macOS, and Linux — install and run locally with zero configuration. Or deploy the Docker-based web app on your own server for team access and production workflows.
The minimal read-only viewer from 1.x has been replaced with a full-featured data exploration and editing environment. Browse, query, filter, and modify your data — all without leaving the UI.


The new Data Explorer: inline editing, SQL console, and multi-connection browsing in one view

Edit rows directly in the grid with visual change tracking — green for inserts, teal for edits, red for deletes
Edit rows directly in the data grid. Insert new rows, update values, and delete records with full undo support and keyboard shortcuts. Changes are tracked visually with color-coded pending states before committing.
Filter connections by type (databases vs. storage) with match counts. Quickly narrow down large connection lists.
Search across connections, streams, databases, and file paths with highlighted matches and real-time result polling.
Persistent section expansion, breadcrumb navigation, and a dual-pane layout for side-by-side database browsing.
Column sorting synchronized with query filters, custom filter panels, and AG Grid-powered data presentation.
Run SQL queries across MySQL, PostgreSQL, S3, CSV, and Parquet sources from a single interface. Mixed streams combine native table replication with ad-hoc analytical queries in one operation.

SQL console executing a cross-database JOIN between PostgreSQL and MySQL with live results
Entirely new in 2.0 — a built-in SQL console for writing and executing queries directly in the UI. Includes real-time autocomplete, diagnostics, and signature help powered by an integrated Language Server that adapts to your connected databases.

Use SQL queries as stream sources — write a cross-database query, preview results, and stream the output
Pre-built starter queries for common cross-database join patterns. Select a template, customize, and run — no manual SQL needed for typical workflows.
Version 2.0 introduces full support for file-based and S3-compatible storage as both sources and targets — a capability entirely absent in 1.x. Read from or write to CSV, Parquet, and JSONL files on local disk or S3, in both Convert and CDC modes.


Stream wizard with databases, S3, and local file connections available as both sources and targets


Stream configuration with multiple sources, file targets, and format selection
Cleaner step-by-step flow with improved layout, enhanced parameter controls, and better visual feedback throughout the connection setup process.
Automatic inference of delimiter, quoting, and encoding when connecting to CSV sources. No manual configuration required.
New controls for how target schemas are created (create, drop+create, skip) and how data is written (insert, upsert, replace).
CDC streams can copy existing rows into empty target tables before continuing from the matching MySQL binlog or PostgreSQL WAL position. MySQL now routes eligible bootstrap tables through resumable chunked copy automatically, PostgreSQL bootstrap remains plain, and the old manual resumable toggle is gone.
March 2026
We've completely reworked our pricing. The IDE (Data Explorer, SQL Console, Diagram Viewer) is now free forever. No more volume-based tiers or data transfer limits — just a simple per-seat plan for streaming capabilities.
Our biggest release yet — a complete platform for real-time data movement with SQL superpowers.