The features I'm most proud of:
CMD+K everywhere - Jump between connections, tables, recent queries, or export formats without touching the mouse. It's the workflow I always wanted: hit a shortcut, type, done.
SQL + Firestore, unified - Query your PostgreSQL database and browse Firestore collections in the same app. Same keyboard shortcuts, same export formats (CSV/JSON/SQL), same mental model.
Virtual scrolling - 100k+ rows rendered at 60fps. No pagination hell.
Tauri, not Electron - Native feel, OS keychain for credentials, tiny footprint.
Tech: Tauri 2, Rust, Vue 3, Monaco Editor, DuckDB for local caching
Supports: PostgreSQL, MySQL, SQLite, Firestore
GitHub: https://github.com/xar/queryline Website: https://queryline.dev
Let me know what do you think! Eager for any feedback
With love, Samko