DevDb is a lightweight VS Code extension that brings database management capabilities directly to your coding environment. Integrating seamlessly with VS Code, DevDb eliminates the need to switch between your editor and external database management tools. It supports SQLite, MySQL/MariaDB, PostgreSQL, and Microsoft SQL Server, making it a versatile solution for developers working across different technologies.
We covered this extension around this same time last year, but since then, developer Damilola Olowookere has been making improvements to the extension and is now releasing V2.0.
DevDb New features
Some of the new features include:
- One-click row deletion
- One-click set column value to null
- Easy column value editing
- SQL query explanation using MySQL Visual Explain
- Intelligent factory class generation for Laravel Eloquent models
- New keyboard shortcuts
- A new undo/redo toolbox when there are unsaved changes in a tab
- A cleaner UI and other improvements
If you’re looking to streamline your workflow and manage databases more efficiently directly in VS Code, DevDb is a worthy addition to your toolkit.
Install and learn more about DevDb on the VS Code Marketplace and view the source code on Github.