DBiewLite v0.5.0

A friendly, read-only database viewer for SQLite, DuckDB, and Parquet files.

macOS Windows Linux

macOS: If you see "app is damaged", open Terminal and run: xattr -cr /Applications/DBiewLite.app

GitHub Try Web Demo

Terminal Version

DBiewLite is also available as a standalone terminal app — same table browsing, queries, and export, right in your shell.

cargo install dbiewlite-tui

Or download pre-built binaries from the latest release.

Features

📂

Browse Tables

Sidebar with all tables and views. Row counts at a glance.

💾

Multiple Formats

Open SQLite, DuckDB, and Parquet files. Format detected automatically by extension.

Paginated Data Grid

Scroll through large tables 50 rows at a time — reaching an edge turns the page for you.

Sortable Columns

Click a header or press s on the cursor's column. Exports follow the order you chose.

🔍

Schema Inspector

Column names, types, primary keys and nullability, a keystroke away and out of the way when you don't need them.

📝

SQL Query Panel

Write and run SQL. Opens when you want it, results are scrollable and resizable, and exportable.

📥

Export to CSV

Export a whole table in the order you're viewing it, or export a query's results. Choose where it goes.

🎨

3 Themes

Dark, Light, and Retro 3.1. Switch from the status bar or with a keyboard shortcut.

Keyboard-Driven

Full keyboard navigation in both GUI and TUI. Open, browse, query, and export without touching the mouse.

🖥

Terminal UI

Same features in your terminal. Vim-style navigation, runs anywhere with a shell.

🌐

Web Demo

Try it in your browser — no install needed. SQLite runs client-side via WASM.

🔒

Read-Only

Your data is safe. DBiewLite never modifies your database files.

Native Performance

Built with Rust and Tauri. Small binary, low memory, instant startup.

Keyboard Shortcuts

Action GUI (Mac) GUI (Win/Linux) Web TUI
Navigation
Open database + OCtrl + OCtrl + OCLI arg
Toggle sidebar + BCtrl + BCtrl + BCtrl + B
Focus the table listTabTabTabTab
Leave the list for the gridEnterEnterEnterEnter
Move up / down or k j
First / last rowg G
Data
Move column cursor or h l
Pan sidewaysH L or + arrows
Sort columns or click headers
Half screen up / downCtrl + U Ctrl + D
Prev / next page[ ], PgUp PgDn, or scroll to an edge[ ] or PgUp PgDn
Column detailsc
Query
Open the query panel/ or :
Run queryEnter
New line in a query + Enter
Clear query and resultsClear buttonCtrl + U
Resize resultsdrag the divider+ -
Close the query panelEscEsc
Other
Export to CSV + ECtrl + ECtrl + ECtrl + E
Database detailsi
Keyboard shortcuts?
Cycle theme + TCtrl + TCtrl + T
Quit + QCtrl + Qq