DBeagle
v0.1.3

Query Databases
Without Leaving Your Flow

DBeagle brings SQL exploration directly into VS Code. Connect to your databases, browse schemas, run queries, inspect results, and chart data in the same workspace where you already ship code.

DBeagle open inside VS Code showing the full extension window, query editor, schema browser, and results
Scroll to explore
Features

SQL exploration that
stays in your workflow

No separate app to switch to, no context lost. DBeagle lives where you already work — query, explore, and pair with AI tools without breaking your flow.

Read-Only Mode

Enable read-only mode to block mutating SQL (INSERT, UPDATE, DELETE) before it reaches your database. Safe exploration, guaranteed.

Multi-Driver Support

One extension, five databases. Seamlessly switch between Trino, PostgreSQL, MySQL, SQL Server, and Vertica.

Streamed Results

Browse millions of rows with instant search, filter, sort, and export to CSV or JSON without leaving VS Code.

Chart Views

Transform query results into bar, line, pie, or scatter charts instantly. No data export required.

Rust-Powered

Built in Rust for snappy performance even with large result sets. Query faster, explore longer.

Parameterized Queries

Define reusable SQL placeholders with $name syntax for faster, safer, and more maintainable queries.

Built with Rust

Why Rust?
Because milliseconds matter.

Most database tools are built on languages that add overhead. DBeagle is built in Rust — the same language powering Firefox, Dropbox, and Discord's performance. That means sub-millisecond query execution, instant result streaming, and zero UI freezes even when you're dealing with millions of rows.

<1ms Query latency
0 UI freezes
M+ Rows streamed
Supported Databases

Connect to your data

One extension, five powerful databases. DBeagle handles each with optimized drivers and native performance.

Trino Trino
PostgreSQL PostgreSQL
MySQL MySQL
SQL Server SQL Server
Vertica Vertica

More databases coming soon

Quick Start

Up and running in seconds

Install, connect, query, and inspect the result without breaking your editor workflow.

Install

Install from the VS Code Marketplace

Find DBeagle in the Extensions view, install it, and open the Activity Bar icon to get started.

DBeagle listing in the VS Code Marketplace
Connect

Add and test a connection

Use the connection form to choose a driver, enter your host, database context, credentials, and verify the connection before saving.

DBeagle new connection form inside VS Code
Query

Write SQL with context nearby

Use the query outline and editor-native workflow to stay oriented while writing and navigating larger SQL files.

DBeagle query outline view next to a SQL editor
Parameters

Fill named query parameters

When DBeagle sees `$parameters` in your file or selection, it surfaces typed inputs so you can rerun reusable queries quickly.

DBeagle parameters panel with multiple parameter inputs
Results

Inspect rows without leaving VS Code

Browse streamed results with search, filters, paging, copy, export, and detaching into their own editor tab.

DBeagle results panel showing a query result grid
Charts

Switch finalized results into charts

Move from grid view to chart view inside the same result session and export polished PNGs when you need to share the output.

DBeagle chart view rendered from query results
Why DBeagle

Stop context-switching.
Stay in your workflow.

Most database tools pull you out of VS Code. DBeagle keeps you in it — where your code lives, where your AI tools live, where your workflow actually happens.

Feature
DBeagle
Other VS Code Extensions
Read-only mode
Built-in charting
Rust-powered performance
Streamed results (millions of rows)
Parameterized queries
Query outline
Scratches

Ready to experience SQL exploration reimagined?

Install DBeagle Free
Roadmap

Built for what's next

A clearer path from fast local querying to agent-native database workflows.

Phase 1 Shipping now

Foundation

The core workflow is live inside VS Code and tuned for fast local exploration.

  • Streaming grid
  • Schema browser
  • Smart autocomplete
  • Parameters + charts
Phase 2 Next up

MCP Launch

DBeagle becomes an agent-ready context layer with tools that understand your database.

  • MCP server
  • Schema context
  • Saved connections
  • Tool execution
Phase 3 In exploration

Agentic Tooling

Higher-level workflows help explain queries, search metadata, and coordinate multi-step work.

  • Query explain
  • Metadata search
  • AI formatting
  • Shared sessions