RSQL – High-Performance, Open Source PostgreSQL Client (Tauri v2, React, Rust)
RSQL is a high-performance, open-source PostgreSQL client built using Tauri v2, React, and Rust. It offers a range of features designed for efficiency, including a multi-tab interface, query history, and various export options. The application is free to use without any account requirements or telemetry tracking.
- ▪RSQL is designed to handle millions of rows efficiently.
- ▪It includes features like a syntax-highlighted SQL editor and a searchable query history.
- ▪The application supports multiple connections and secure SSH tunneling for remote databases.
Opening excerpt (first ~120 words) tap to expand
RSQL A high-performance, open-source PostgreSQL client built with Tauri v2, React, and Rust. Designed from the ground up to be fast — even with millions of rows. Free forever. No account, no telemetry, no feature gating. macOS note: App signing is in progress. To allow on macOS: xattr -dr com.apple.quarantine /Applications/RSQL.app Features Query Editor Monaco SQL editor — syntax highlighting, context-aware autocomplete (schemas, tables, columns, aliases), SQL snippets, SQL formatter Multi-tab interface — open multiple queries side by side, split editor mode Query history — searchable execution history with timing, row counts, and timestamps (last 500 queries) Workspaces — save and restore groups of tabs across sessions Query timeout — configurable per-query timeout (5s to 10min)…
Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.