Skip to content

xar/queryline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Queryline

The database client you deserve
A fast, native desktop client for PostgreSQL, MySQL, SQLite, and Firestore

Product Hunt Discord Release License

WebsiteDownloadDiscord


Queryline Screenshot


Features

Multi-Database Support

Connect to PostgreSQL, MySQL, SQLite, and Firestore from a single app. No more switching between tools.

Native Performance

Built with Rust and Tauri — not an Electron app. Smooth scrolling through 100k+ rows, instant query execution.

Secure by Design

  • Credentials stored in your OS keychain (not plain text)
  • SSH tunnel support for secure remote connections
  • All data stays local — no cloud sync, no telemetry

Professional SQL Editor

  • Syntax highlighting with Monaco Editor
  • Multiple query tabs per connection
  • Automatic query history
  • Execute with Cmd+Enter

Visual Data Exploration

  • Filter bar (Cmd+F) — build WHERE conditions without SQL
  • Foreign key navigation — click through table relationships
  • Row detail panel — inspect any row's complete data
  • Column sorting — click headers to sort

Smart Copy & Export

  • Export to CSV, JSON, or SQL INSERT
  • Copy rows as TypeScript types or Zod schemas
  • Database-aware SQL generation (proper quoting per dialect)

Spaces — Analytical Notebooks

Import tables from any database into local DuckDB workspaces. Mix SQL cells with Markdown documentation. Query across PostgreSQL and MySQL data together.

Data Editing

  • Inline row editing
  • Add, duplicate, delete rows
  • Column DDL (add, rename, drop, modify)
  • Index and foreign key management

Installation

macOS

Download the latest .dmg from Releases.

Windows & Linux

Coming soon.


Tech Stack

Layer Technology
Framework Tauri 2
Frontend Vue 3 + TypeScript
UI shadcn-vue + Tailwind CSS
Editor Monaco Editor
Backend Rust
Database Drivers sqlx (PostgreSQL, MySQL, SQLite)
Analytics Engine DuckDB
Credential Storage OS Keychain via keyring

Keyboard Shortcuts

Shortcut Action
Cmd+K Open command palette
Cmd+Enter Execute query
Cmd+F Open filter bar
Cmd+T New query tab
Cmd+W Close current tab

Community


Made with ❤️ for developers who work with databases

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors