I've long been frustrated with the state of database editors. Tools like DBeaver, Beekeeper, DB Browser for SQLite, and pgAdmin all felt clunky and outdated. Using a modern database viewer should feel more like working in VS Code - intuitive, extensible, and built for productivity.
Instead, most tools still feel stuck in the '90s: single connections, rigid interfaces, and almost no support for plugins or community-driven improvements.
The breaking point for me came while building trading strategies and needing to inspect dozens of .parquet files. DBeaver made me open each file manually, and even then the results were often unreliable.
So I built my own.
The first version was built with Electron - but a 768MB binary was a dealbreaker. I quickly switched to Tauri, rebuilt everything in under a week, and haven’t looked back.