A native PostgreSQL IDE focused on asynchronous query execution and high-performance data visualization using Tauri and Rust.

Key Features

Asynchronous IPC Streaming

Queries are executed in isolated Rust threads and streamed to the UI in batches, ensuring zero UI blocking even with massive datasets.

Virtualized Data Rendering

Canvas-based rendering via Glide Data Grid allows for smooth 60FPS navigation through million-row result sets.

Secure Credential Storage

Connection strings are secured using platform-specific AES encryption, ensuring sensitive data is never stored in plain text.

Tech Stack

RustTauriReactTypeScriptMonaco Editor