QueryExe Logo

QueryExe

Universal Database Management Tool for Power Users

The professional-grade database client that supports all major databases with advanced features for serious developers

6 DBMSs
Multi-Connection
Smart Editor
Custom JDBC Support

Powerful Features

Custom JDBC Drivers

Load different driver versions for any of the 6 supported databases to match your specific server requirements

Easy driver import
Instant compatibility

Multi-Connection Support

Manage multiple database connections simultaneously with independent sessions across different databases

Virtually unlimited connections
Sessions management

Concurrent Queries

Execute multiple SQL queries in parallel across different connections for maximum efficiency and time savings

Parallel execution
Thread-safe operations

Schema Management

Create, modify, and delete tables, databases, and schemas through intuitive visual tools

Visual schema designer
Relationship mapping

Smart SQL Editor

Advanced editor with syntax highlighting, auto-completion and intelligent suggestions

Syntax highlighting
Smart suggestions

Data Export & Scripts

Export query results in multiple formats and generate DDL or INSERT scripts from your data

CSV, JSON, XML export
Auto DDL generation

Supported Databases

MySQL

World's most popular open-source relational database management system

SELECT * FROM users
WHERE active = 1
ORDER BY created_at;
ACID Compliant Replication InnoDB

MariaDB

Enhanced MySQL fork with improved performance and additional features

CREATE TABLE orders (
  id INT PRIMARY KEY,
total DECIMAL(10,2));
MySQL Compatible Faster Joins JSON Support

PostgreSQL

Advanced open-source database with enterprise features and extensibility

SELECT json_agg(row)
FROM (
SELECT * FROM data) row;
JSONB Full-Text Search Extensions

SQL Server

Microsoft's enterprise-grade relational database management system

WITH Sales AS (
  SELECT SUM(amount)
  FROM orders
) SELECT * FROM Sales;
T-SQL Enterprise Analytics

H2 Database

Lightweight, fast Java SQL database perfect for development and testing

CREATE MEMORY TABLE
test_data (
  id INT GENERATED BY DEFAULT AS IDENTITY
);
In-Memory Embedded Fast Setup

SQLite

Self-contained, file based, serverless, zero-configuration database engine

ATTACH DATABASE
'data.db' AS db;
SELECT * FROM db.table;
Zero-Config Portable Serverless

Download QueryExe

Version 1.0.0 • Latest Release

Requires Java 21 or higher

Windows Installer

Native executable with bundled Java runtime. Just download and run.

Download .exe

Universal JAR

Cross-platform JAR file. Works on Windows, macOS, and Linux.

Download .jar
Stars
Forks
Open Issues