Overview & Architecture
rdSQL Desktop is a high-performance relational database workspace designed for modern developers. Built with a React frontend and a backend in Rust, rdSQL delivers a fast, secure desktop GUI without memory overhead.
Supported Engine Architecture
- Cloudflare D1: REST API via HTTPS with bearer token authentication.
- PostgreSQL / CockroachDB: Direct TCP driver via async
tokio-postgres. - MySQL / MariaDB: High-throughput async connection via
mysql_async. - SQLite 3: Embedded native engine via
rusqlitewith bundled binary support.
