v1.1.0 — Open Source

PulseDB

Modern PostgreSQL Management Studio

Open-source tool to browse tables, run SQL queries, and manage your PostgreSQL databases — all from a clean web interface with zero configuration.

v1.1.0MIT LicenseDocker Ready

Everything you need to manage PostgreSQL

A complete set of tools to explore, query, and maintain your databases — all in one place.

Schema Browser

Tree view of schemas, tables, columns, indexes, constraints, and relations. Navigate your database structure effortlessly.

Data Explorer

Browse, filter, search, sort, and paginate through table data with a responsive, spreadsheet-like interface.

SQL Query Editor

Full-featured editor with syntax highlighting, code completion, query history, and EXPLAIN query plans powered by CodeMirror.

Inline Editing

Edit cell values directly in the table view — click, type, and save. Changes are committed instantly.

Import & Export

Import SQL files and export database schemas and data with a single click. Supports CSV, JSON, and SQL formats.

Encrypted Credentials

Connection passwords encrypted at rest with AES-256-GCM encryption. Passwords never leave the server.

Docker Ready

One-command deployment with Docker Compose. Persistent volumes and auto-generated encryption keys.

Dashboard

Quick overview of database health, active connections, size, and server activity at a glance.

Schema Diagram

Interactive ERD of your whole schema — tables, primary keys, foreign keys, and relationships laid out on a navigable canvas.

See it in action

Click any feature to preview its interface.

Schema Browser screenshot

Schema Browser

SQL Query Editor screenshot

SQL Query Editor

Data Explorer screenshot

Data Explorer

Import & Export screenshot

Import & Export

Dashboard screenshot

Dashboard

Schema Browser

Tree view of schemas, tables, columns, indexes, constraints, and relations. Navigate your database structure effortlessly.

Get started in seconds

Choose your preferred setup method.

terminal — docker
# Clone & launch with Docker
$ git clone https://github.com/elmoziml/pulsedb.git
$ cd pulsedb
$ docker compose up -d

# Open http://localhost:5433

Built with modern tools

Powered by a battle-tested tech stack.

Next.js 16

React framework

React 19

UI library

TypeScript 5

Type safety

PostgreSQL

Database

Ant Design 6

UI components

Tailwind CSS 4

Styling

CodeMirror

Code editor

Zustand

State management