Changelog

What's new in Gridex

Every release, every fix, every new database adapter. Follow along as we ship the AI-native database IDE.

v0.1.0
Latest
Apr 17, 2026
Phoenix

First public Community release. Native database IDE for macOS (Apple Silicon + Intel) and Windows with six databases, AI chat, SSH tunneling, backup/restore, and import/export.

New25 items
  • Native macOS app (Swift, AppKit) for Apple Silicon and Intel.macOS
  • Native Windows app (C++, WinUI 3) for Windows 10/11 x64.Windows
  • PostgreSQL adapter via PostgresNIO — parameterized queries, SSL/TLS, full schema inspection.
  • MySQL adapter via MySQLNIO — character set handling, SSL support.
  • SQLite adapter — in-process, WAL mode, zero config.
  • Redis adapter via RediStack — key browser, SCAN filter, Server INFO dashboard, Slow Log viewer, TTL management.
  • MongoDB adapter via MongoKitten — BSON document editor, NDJSON export/restore, aggregation pipeline.
  • SQL Server adapter via TDS 7.4 protocol — stored procedures with parameter signatures, native BACKUP DATABASE.
  • AI Chat with Anthropic Claude, OpenAI GPT, Google Gemini, and local Ollama. Streaming responses with schema-aware context.
  • Multi-tab Query Editor with syntax highlighting, query history, and Chrome-style tab bar grouped by connection.
  • Table Editor with inline cell editing, filtering, sorting, pagination, and change tracking.
  • SSH tunnel support with password and private-key auth via swift-nio-ssh.macOS
  • SSH tunnel support with password and key auth for remote database access.Windows
  • Import CSV with column mapping and type detection. Import SQL dumps.
  • Export to CSV, JSON, SQL (INSERT), and full DDL with sequences and indices.
  • Backup/Restore: pg_dump, mysqldump, SQLite file copy, MongoDB NDJSON, Redis JSON snapshot, MSSQL native BACKUP.
  • ER Diagram with auto-layout, zoom, pan, FK relationship lines, and double-click to open table.
  • Multi-window support (Cmd+N) — work with multiple databases simultaneously.macOS
  • SQL Formatter with Format (Ctrl+Shift+F) and Minify.
  • Autocomplete engine with fuzzy matching, scoring, and schema-aware suggestions.macOS
  • Table structure editor — inline editing of columns, indexes, foreign keys, constraints.
  • Create Table view with column, index, FK, and CHECK constraint editors.
  • Dark mode native on both platforms.
  • Release pipeline: build, sign, notarize, staple, DMG packaging. Intel cross-compilation support.macOS
  • Release pipeline via Velopack installer generation.Windows
Security2 items
  • All credentials stored in macOS Keychain — never on disk.macOS
  • All credentials stored in Windows Credential Manager — never on disk.Windows
v0.0.9
Apr 12, 2026
Beta RC2

MongoDB and Redis deep polish. BSON filter/sort, pure-Swift backup for MongoDB/Redis/MSSQL, and AI chat welcome screen.

New3 items
  • MongoDB filter & sort in data grid — real BSON queries with $regex, $and/$or, ObjectId auto-detection.
  • MongoDB nested field schema introspection with dot-notation paths (e.g. address.city).
  • Pure-Swift backup/restore for MongoDB (NDJSON), Redis (JSON snapshot via SCAN), and SQL Server (native BACKUP DATABASE).
Improved1 item
  • AI Chat shows welcome screen instead of blank on first open.
Fixed2 items
  • MongoDB BSON arrays now serialize correctly as [...] instead of {...}.
  • MongoDB fetchRows crash when splitting malformed collection queries.
v0.0.8
Apr 11, 2026
Beta RC1

SQL Server as 6th database. Stored procedures, GO batch execution, multi-batch script support, and 37 native T-SQL data types.

New5 items
  • Microsoft SQL Server support via CosmoMSSQL — pure Swift NIO, TDS 7.4, no FreeTDS.
  • Stored procedures with parameter signature display (@id INT, @name NVARCHAR(100) OUTPUT) and auto-generated EXEC template.
  • GO batch separator for multi-statement T-SQL scripts.
  • 37 native SQL Server data types including VARCHAR(MAX), JSON, GEOGRAPHY.
  • Success/fail status banner — green for DDL/DML scripts, red for errors.
Fixed1 item
  • MSSQL transaction commit failures caused by CosmoMSSQL RPC bug — workaround via parameter inlining.
v0.0.7
Apr 10, 2026
Beta 4

MongoDB as 5th database. Full CRUD, MongoKitten driver, connection string parser, and schemaless structure view.

New7 items
  • MongoDB support via MongoKitten — pure Swift NIO, no C dependencies.
  • MongoDB connection string field with Parse button — auto-fills from mongodb:// or mongodb+srv:// URIs.
  • MongoDB Insert Document sheet — JSON editor with Extended JSON ($oid, $date).
  • MongoDB Create Collection — simplified form for schemaless databases.
  • SSH Tunnel via NIOSSH — password auth, local port forwarding.macOS
  • General Settings — default page size, confirm before delete, auto-refresh sidebar.
  • Editor Settings — font size, tab size, spaces vs tabs, word wrap, line numbers.
v0.0.6
Apr 9, 2026
Beta 3

Backup/Restore wizard, ER Diagram, query history persistence, and comprehensive Redis management.

New6 items
  • ER Diagram — interactive schema visualization with auto-layout, zoom, pan, and FK relationship lines.
  • Backup & Restore wizard — pg_dump, mysqldump, SQLite copy. TablePlus-style 3-column layout.
  • Query history with favorites — persisted via SwiftData, grouped by day, search, one-click re-run.macOS
  • Redis comprehensive management — Key Detail View, Server INFO dashboard, Slow Log viewer, Flush DB, TTL management.
  • Redis TLS (rediss://) — connections to Upstash, AWS ElastiCache, and cloud Redis via NIOSSL.
  • Multi-window support (Cmd+N) — independent connections per window.macOS
Improved1 item
  • Backup progress tracking — percentage bar for restore, live size + elapsed time for backup.
Fixed2 items
  • Redis HGETALL/ZRANGE WITHSCORES off-by-one dropping last field.
  • Redis keys with spaces breaking command parsing.
v0.0.5
Apr 6, 2026
Beta 2

Redis as 4th database, SQL autocomplete, import/export, and full table management.

New8 items
  • Redis connection support — virtual Keys table, SCAN-based pagination, RESP rendering, MULTI/EXEC transactions.
  • SQL Autocomplete Engine — fuzzy matching with scoring, schema-aware suggestions, keyword/table/column/function types.macOS
  • Import CSV with column mapping and Import SQL Dump with preview.
  • Full-fidelity SQL export — DROP/CREATE/sequences/indices, multi-row INSERT, type-aware formatting.
  • SQL Formatter — Format (beautify) and Minify with state-machine tokenizer.
  • Table context menu — Export, Copy Script As (CREATE/SELECT/INSERT/UPDATE/DELETE), Truncate, Delete.
  • Create Table view with FK editor, CHECK constraints, partial indexes, and INCLUDE columns.
  • Delete table with mark-for-deletion workflow — red background, strikethrough, undo, cascade/ignore-FK options.
Fixed1 item
  • PostgreSQL error messages now show server message, detail, hint, position, and sqlState instead of opaque error.
v0.0.4
Apr 4, 2026
Beta 1

First public beta. PostgreSQL, MySQL, SQLite with query editor, data grid, and structure editor.

New8 items
  • Native macOS app with AppKit data grid, sidebar tree, and multi-tab interface.macOS
  • Native Windows app with WinUI 3, matching feature parity.Windows
  • PostgreSQL, MySQL, and SQLite adapters with full CRUD, schema inspection, and transactions.
  • Query editor with syntax highlighting and run-at-cursor.
  • Data grid with inline editing, row color coding (green/red/orange), and commit workflow.
  • Editable Structure view — columns, indexes, foreign keys with ALTER TABLE generation.
  • AI Chat integration with Anthropic, OpenAI, and Ollama (experimental).
  • Dark mode native.

Never miss a release

Star us on GitHub to get notifications for every release. Or follow on Twitter for release threads with demos.