DBiewLite v0.1.0

A friendly, read-only SQLite database viewer for data analysis.

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, views, and indexes. Row counts at a glance.

Paginated Data Grid

Scroll through large tables with fast pagination. 50 rows per page, instant navigation.

Sortable Columns

Click any column header to sort ascending or descending. Works on all data types.

🔍

Schema Inspector

See column names, types, primary keys, and nullability at the top of every table view.

📝

SQL Query Panel

Write and run arbitrary SQL queries. Results appear in a scrollable grid below.

📥

Export to CSV

Export any table to a CSV file with one click. Full table export, not just the current page.

🎨

4 Themes

Dark, Light, Retro 3.1, and TUI. Switch instantly with the theme button or 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
Switch panelClickTab
Move up / k
Move down / j
Select tableClickEnter
Data
Sort columnClick header19
Previous pageClick / h
Next pageClick / l
Query
Enter query modeClick textarea/ or :
Run query+EnterCtrl+EnterCtrl+EnterEnter
Exit query modeEsc / Tab
Other
Export to CSV+ECtrl+ECtrl+ECtrl+E
Cycle theme+TCtrl+TCtrl+T
Quitq