Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>dboolyNew to Visual Studio Code? Get it now.
dbooly

dbooly

Ahmed Hamdy

|
3 installs
| (0) | Free
Database client for VSCode — MySQL, PostgreSQL & SQLite explorer, query runner, and inline data editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

dbooly

A lightweight database client for VS Code. Connect to MySQL, PostgreSQL, and SQLite databases, browse schemas, execute queries, edit data inline, and get intelligent SQL completions.

Features

Connection Management

  • MySQL, PostgreSQL, and SQLite support
  • Add, edit, and delete database connections
  • Securely store credentials using VS Code's secret storage
  • Quick-switch between multiple connections
  • Star frequently used tables for easy access

SQL Editing

  • Execute queries with Ctrl+Enter / Cmd+Enter
  • CodeLens shows "Run" buttons above each SQL statement
  • Auto-completion for tables, columns, and keywords
  • SQL formatting with dialect-aware formatting
  • Syntax validation with real-time diagnostics

Schema Browser

  • Browse databases, tables, and columns in the sidebar
  • View table data with a single click
  • View table DDL (CREATE TABLE statement)
  • Search tables across your database

Inline Data Editing

  • Edit cell values directly in result grids
  • Insert new rows and delete existing rows
  • Automatically detects editable single-table queries
  • Supports tables with primary or unique key columns

Script Manager

  • Save and organize SQL scripts in the sidebar
  • Create folders to group related scripts

Query Results

  • View results in an interactive data grid
  • Sort columns by clicking headers
  • Cancel long-running queries with Escape

Install

Available on both marketplaces:

  • VS Code Marketplace
  • Open VSX Registry (Cursor, Windsurf, etc.)

Requirements

  • VS Code 1.70.0+, Cursor, or any VS Code-compatible editor

Supported Databases

  • MySQL 5.7+ / MariaDB 10.2+
  • PostgreSQL 9.5+
  • SQLite 3

Usage

  1. Open the dbooly sidebar (database icon in the activity bar)
  2. Click Add Connection and select your database type
  3. For MySQL/PostgreSQL, enter your host, port, and credentials
  4. For SQLite, browse to your .db / .sqlite file
  5. Open any .sql file and press Ctrl+Enter to execute

Extension Settings

This extension works out of the box with no configuration required.

Keyboard Shortcuts

Command Keybinding
Execute SQL Ctrl+Enter / Cmd+Enter
Cancel Query Escape
Format SQL Shift+Alt+F (default formatter)

Release Notes

See CHANGELOG.md for release history.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft