Discover and explore top open-source AI tools and projects—updated daily.
VS Code extension for streamlined database development and debugging
Top 35.1% on SourcePulse
DevDb is a VS Code extension designed to streamline database development and debugging by providing direct database access and manipulation within the IDE. It targets developers working with various databases, offering a zero-configuration approach for common setups and a flexible configuration file for others, ultimately reducing context switching and improving developer experience.
How It Works
DevDb auto-loads databases using connection details from VS Code workspace configurations (e.g., Laravel's .env
) or a project-level .devdbrc
file. It presents database tables and data directly within VS Code, allowing for in-line editing, row deletion, and null value setting. Key features include SQL query explanation via MySQL Visual Explain and intelligent factory class generation for Laravel Eloquent models.
Quick Start & Requirements
.devdbrc
creation otherwise.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
VS Code multi-root workspace support is under development. Contributions to the UI code are not currently accepted. PostgreSQL support for certain table column indicators and SQL display is still in development.
2 weeks ago
1 day