Devdb
Createddamms005
Auto-loads databases in VS Code and provides affordances to aid development and debugging.
About
DevDb is a lightweight VS Code extension that automatically discovers and loads your database, providing valuable affordances to streamline development and debugging. With zero-config support for environments like DDEV, Adonis, and Laravel, it offers features like quick table access, Eloquent model code lens, query explanation, and a rich database client. Seamlessly interface with SQLite, MySQL, MariaDB, PostgreSQL, and Microsoft SQL Server, enhancing your development workflow with powerful IDE integrations and intuitive UX.
Key Features
- MCP Server for connecting to AI-powered IDEs and MCP clients.
- Quick table access with Cmd+K Cmd+G or Ctrl+K Ctrl+G shortcut.
- Zero-config database auto-discovery for DDEV, Adonis, and Laravel.
- Database affordances such as one-click Eloquent Model factory generation.
- Rich database client with inline editing, deletion, and data export.
- 855 GitHub stars
Use Cases
- Quickly browse and edit database data directly within VS Code.
- Generate Eloquent Model factories with real data for testing.
- Optimize SQL queries using the integrated Query Explainer.