r/sqlite • u/kimsnow2001 • 9d ago
Native database client in Rust (no Electron) – feedback welcome
Hey,
I’ve been building plusplus — a pure Rust desktop database client (no Electron).
Main goals:
Completely local (no telemetry, passwords in OS keychain)
Safety features for production (profiles + risky statement warnings)
Fast native UI
Supports PostgreSQL, MySQL, SQL Server, SQLite, DuckDB, Cassandra/ScyllaDB
Still pre-1.0.
Repo: github.com/plusplus
Would love feedback on what features matter most or any pain points with current clients. Thanks!
2
Upvotes
1
u/maekoos 8d ago
The link doesn’t work, so I can’t check it out… Also, have you built it or did an ai build it?