Home Features Plugins Docs Download
v0.4.0 · Source-available · Plugin-driven

The database explorer that speaks every engine

One fast, native desktop app for SQL and NoSQL alike. Browse, query and edit Postgres, MySQL, SQL Server, SQLite, MongoDB, Redis and more — and extend it with plugins when you need something new.

New here? From download to your first query in about a minute →

Platforms
Win · macOS · Linux
Version
0.4.0
Price
Free
License
Apache-2.0 + CC
SQL Explorer — Demo shop
SQL Explorer main window: a connections tree on the left and an editable result grid of customer records
Supported engines

Connect to the databases you already run

Four engines are built in; four more install on demand from the Plugin Store inside the app. Every one of them is a provider plugin.

01 · In the open

Built where you can check the work

Source-available on GitHub, with an MIT-licensed SDK so anyone can write a provider — and nothing about your data leaves your machine.

01

Read every line

The app, the providers and the docs live in one public repository under Apache-2.0 with the Commons Clause. Clone it, build it, audit it.

Browse the repository →
02

An SDK anyone can use

Providers reference only SqlExplorer.Sdk — interfaces and DTOs, no host internals — and that contract is MIT-licensed.

Read the plugin SDK guide →
03

Your data stays yours

Connections run straight from your machine and credentials are stored in the OS keychain. No account, no sign-in wall.

How connections work →
02 · Capabilities

Everything you need to work with data

A calm, native interface — not a browser tab pretending to be an app.

Multi-database

SQL and NoSQL side by side. Connect to relational engines, document stores and key-value databases from one tree.

Query editor

Syntax highlighting, multiple tabs, rebindable shortcuts, and open/save of .sql files with a dirty-marker.

Editable grid

Edit results in place and commit changes back to the database — no round-trip through hand-written UPDATE statements.

Import & export

CSV in and out, JSON and SQL export, and SQL Server BACPAC/DACPAC via the tool plugins. Move data where you need it.

Plugin system

Providers, tools, MCP servers and extensions load at runtime in isolation. Add an engine without touching the host.

AI-ready (MCP)

An opt-in MCP server lets AI assistants query safely — read-only per connection, on a loopback port, with an audit log you control.

03 · Extensible by design

Four kinds of plugin, one clean SDK

Every plugin ships as a folder next to the app and loads into an isolated AssemblyLoadContext. Only the SDK and Avalonia are shared with the host — so a plugin can add a database, run a tool, bridge your data to AI, or stand up a whole subsystem without ever destabilising the app.

ProviderTeach SQL Explorer a new database engine.
ToolRun an operation — backup, export, migration.
MCPExpose data to AI assistants over MCP.
ExtensionStand up a standing subsystem — like local containers.
 plugins/mongodb/plugin.json
{
  "schemaVersion": 1,
  "id": "mongodb",
  "type": "provider",
  "name": "MongoDB",
  "version": "1.2.0",
  "hostApiVersion": 27,
  "entryAssembly": "SqlExplorer.Providers.MongoDb.dll"
}
04 · Plugin store

Manage engines without leaving the app

The built-in Plugin Store shows what's installed and lets you add more.

SQL Explorer — Plugin Store
SQL Explorer Plugin Store on the Installed tab: four built-in engines and four installed from the Store, each with its version

Free to use and ready in a minute

No account, no telemetry wall. Download it and connect your first database.