Release NotesSQLite DBLive Co-op

GraphMyDB Release Notes

This release introduced the full co-op workflow, production collaboration fixes, SQLite `.db` support, and a refreshed VS Code extension package. The result is a more practical browser database workspace for live reviews and schema exploration.

Invite-Code Browser Co-op

Introduced invite-code co-op sessions for shared SQL and JSON code.
Added a dedicated Co-op sidebar tab in both the web app and the VS Code webview.
Moved collaboration to a production-safe shared room store backed by Redis-compatible REST.
Replaced fragile SSE delivery with polling-based event sync for stable Vercel deployments.

Code-First Collaboration Model

Reduced collaboration scope to shared code only so the ER diagram stays derived locally.
Each participant now keeps independent zoom, pan, and viewport control in the ER diagram.
Removed the broken invite-link action and kept the co-op flow centered on room codes.

SQLite .db Import and Export

Added direct browser-side support for `.db`, `.sqlite`, and `.sqlite3` uploads.
Schema DDL is extracted from SQLite files and rendered into the normal code + ER workflow.
Data previews now load from SQLite tables, and Export can generate a new SQLite `.db` file.

VS Code Extension Refresh

The extension now accepts SQLite files in addition to SQL, JSON, CSV, and Excel.
The webview shares the new co-op and SQLite handling from the main app.
Packaging metadata and marketplace copy now reflect co-op, SQLite, and release updates.