Installation
DevDb Pro is available on the VS Code Marketplace and Open VSX Registry.
Install from VS Code
- Open VS Code
- Go to Extensions (
Cmd+Shift+XorCtrl+Shift+X) - Search for "DevDb"
- Click Install
Install from Marketplace
Visit one of these marketplaces:
System Requirements
- VS Code 1.83 or newer
- A project using any supported database
Supported Platforms
- Linux (x64, arm64, arm, Alpine-x64)
- macOS (Intel and Apple Silicon)
- Windows (x64)
First Time Setup
After installation:
- Open a project with a supported database
- DevDb will automatically discover your database configuration
- Access the DevDb view using
Cmd+K Cmd+D(Mac) orCtrl+K Ctrl+D(Windows/Linux)
No Configuration Needed
For zero-config environments like Laravel, DDEV, Django, Rails, and Adonis, DevDb works immediately without any setup.
Manual Configuration
If your environment isn't auto-detected, you can create a .devdbrc configuration file in your project root. See Configuration for details.
Verification
To verify the installation:
- Open the Command Palette (
Cmd+Shift+PorCtrl+Shift+P) - Type "DevDb"
- You should see DevDb commands available
Next Steps
- Getting Started - Learn the basics
- Zero-Config Discovery - Understand auto-discovery
- Database Client - Explore the interface