Relwave v0.6.5 Beta is here

Git-like Control for your Database

Relwave brings the power of version control to database management. Branch, commit, and diff your schema with the same confidence you have with code.

PostgreSQLPostgreSQL
MySQLMySQL
MariaDBMariaDB
SQLiteSQLite

Available for Windows & Linux

Users
Orders
Products
v2-schema
Relations
Live Product Experience

Built for Your Workflow

From visual query building to advanced SQL execution. Relwave provides the tools you need for modern database management.

production-main
Navigation
Dashboard
SQL Workspace
Query Builder
ER Diagram
Tables
users
orders
products
subscriptions
users
id
email
created_at
orders
id
user_id
total
Generated SQL
SELECT users.email, orders.total FROM users
INNER JOIN orders ON users.id = orders.user_id
WHERE orders.total > 100;

Visual Query Builder

Build complex SQL queries without writing a single line of code. Our ReactFlow-based canvas lets you drag tables, draw relationships, and generate optimized SQL in real-time.

  • Tauri + Node.js Sidecar Speed
  • Docker Credential Extraction
  • Open Source

Smart Auto-Discovery

Relwave automatically scans your local machine and Docker containers to find running databases. One-click connection with pre-filled credentials extracted from environment variables.

  • Tauri + Node.js Sidecar Speed
  • Docker Credential Extraction
  • Open Source
Local Postgres
Docker
Marketing_DB
Local
SQLite Project
File

Full Git Lifecycle

The only DB client with real Git version control built-in. Stage, commit, branch, and push your schema changes alongside your code using a native Git workflow.

  • Tauri + Node.js Sidecar Speed
  • Docker Credential Extraction
  • Open Source
$ git status
modified: schema/orders.sql
new file: migrations/002_add_billing.sql
$ git commit -m "Update schema"
[main 8f2a1b] Update schema

Real-time Insights

Monitor your database performance with aggregate statistics and instant chart visualization. Track table sizes, row counts, and query execution times at a glance.

  • Tauri + Node.js Sidecar Speed
  • Docker Credential Extraction
  • Open Source
Total Rows
1.2M
DB Size
450MB

Timeline of Truth

Every schema change is a first-class citizen. Auditable, reversible, and collaborative.

8f2a1b

Update billing schema

alex_dev
Oct 24, 2025
Added "subscriptions" table
Modified "users" primary key
deployed
4d5e6f

Fix edge case in auth

sarah_m
Oct 22, 2025
Added unique constraint to "email"
merged
1a2b3c

Initial production sync

relwave-bot
Oct 15, 2025
Imported 42 tables from Postgres
deployed

Stop Guessing.
Start Version-controlling.

Manage your databases with the precision of Git. Built with Tauri and a sidecar Node.js architecture for responsive performance. Native desktop experience for Windows & Linux.

PostgreSQL
MySQL
SQLite
MariaDB