RapiDB — Database Client for VS CodePostgreSQL · MySQL · MSSQL · SQLite · MariaDB · OracleAll in one place. Never leaving your editor.You're deep in the code. Something's off in the data. Now you have to alt-tab to DBeaver, wait for it to wake up, click through five menus... RapiDB kills that context switch. Your database lives in the sidebar — same window, same shortcuts, same theme. ⚡ What it actually does🔌 Connect to anythingPostgreSQL, MySQL, MSSQL, SQL Server, SQLite, MariaDB, Oracle — all supported out of the box. SSL, self-signed certs, Oracle service names and Thick Mode with Instant Client, connection folders to keep things organized.
🌲 Browse your schema without a single queryThe Database Explorer tree expands into databases → schemas → tables, views, functions, and stored procedures. Right-click any table to grab its name, open the data viewer, inspect the schema, or pull the DDL — no typing required.
🗂️ Query History & BookmarksEvery query you run lands in Query History — click any entry to reopen it in the editor. Queries you want to keep forever go into Bookmarks with a single press. Both limits are configurable. ✏️ A real SQL editor, not a textareaThe query editor runs on Monaco — the same engine as VS Code itself. You get:
📊 Results that don't freeze at 10k rowsResults land in a virtualized table — no jank, no browser tab hanging:
✍️ Browse and edit table dataClick any table → the Table Data Viewer opens:
🔍 Schema inspectorRight-click → Open Schema to see every column with its type, nullability, default value, and PK / FK badges. Indexes and foreign keys get their own sections. Everything you'd normally Google
⚙️ Settings worth knowing
🚀 Get started in 4 steps
💬 Found a bug? Have an idea?⭐ Leave a review in the Marketplace — even a short one helps others decide whether RapiDB fits their workflow, and tells me what's working. 🐛 Open an issue on GitHub — I'm tracking everything there and fixing issues fast. Drop an issue with steps to reproduce and the DB type, and I'll get back to you quickly. 🛠️ For developersStack:
PRs and contributions are welcome at github.com/DmitriiKholkin/RapiDB. MIT License · Made with love and the desire to never alt-tab again |