Skip to content

Installation

DevDb Pro is available on the VS Code Marketplace and Open VSX Registry.

Install from VS Code

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X or Ctrl+Shift+X)
  3. Search for "DevDb"
  4. Click Install

Install from Marketplace

Visit one of these marketplaces:

System Requirements

Supported Platforms

  • Linux (x64, arm64, arm, Alpine-x64)
  • macOS (Intel and Apple Silicon)
  • Windows (x64)

First Time Setup

After installation:

  1. Open a project with a supported database
  2. DevDb will automatically discover your database configuration
  3. Access the DevDb view using Cmd+K Cmd+D (Mac) or Ctrl+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:

  1. Open the Command Palette (Cmd+Shift+P or Ctrl+Shift+P)
  2. Type "DevDb"
  3. You should see DevDb commands available

Next Steps

DevDb Pro - Zero-config database management for VS Code