SQLite on macOS
A fast SQLite viewer for macOS.
Double-click into any SQLite file and see it laid out plainly — tables, columns, indexes and rows. JustDB is a native macOS app (universal for Apple silicon and Intel) that opens quickly and keeps a light footprint, so poking at a .db file never means launching something heavy.
Free · No signup · Local-first
justdb-test › main › users
users
| id INTEGER | email TEXT | name TEXT | is_active INTEGER | bio TEXT | created_at TEXT | ||
|---|---|---|---|---|---|---|---|
| 1 | 1 | ada@example.com | Ada Lovelace | 1 | Mathematician | 2026-05-08 10:03:53 | |
| 2 | 2 | alan@example.com | Alan Turing | 1 | Cryptanalyst | 2026-05-08 10:03:53 | |
| 3 | 3 | grace@example.com | Grace Hopper | 1 | NULL | 2026-05-08 10:03:53 | |
| 4 | 4 | linus@example.com | Linus Torvalds | 1 | Kernel hacker | 2026-05-08 10:03:53 | |
| 5 | 5 | dormant@example.com | Dormant Account | 0 | NULL | 2026-05-08 10:03:53 | |
| + | NULL | NULL | NULL | NULL | NULL | NULL |
-
Open any .db file
Point JustDB at a SQLite, .db or .sqlite file on disk and it opens straight away — no server, no import step.
-
Native and quick
A real macOS app built on Rust and Tauri, universal for Apple silicon and Intel. It starts fast and stays out of the way.
-
View, query, edit
Browse rows, run SQL with completion and EXPLAIN, or change a cell inline — with a Review-SQL step before anything is written.
What you get
Everything you need. Nothing you don't.
- Tables and views with live row counts
- Column types, nullability and defaults at a glance
- A real SQL editor with syntax highlighting and formatting
- Inline cell editing with staged, reviewable changes
- Export to CSV, JSON, SQL or Excel
- Everything local — the file never leaves your machine
FAQ
Common questions.
Is the SQLite viewer free?
Yes. JustDB is free with no account, no trial and no paid tier. Download it, open a .db file, and you are in.
Does it run natively on Apple silicon?
Yes. JustDB ships a universal macOS build, so it runs natively on both Apple silicon (M-series) and Intel Macs.
Can I edit SQLite data, not just view it?
Yes. Change a cell, add a row or delete one. Edits stage up first so you can read the exact SQL before it runs against the file.
Which SQLite file types can it open?
Any standard SQLite database file — .db, .sqlite or .sqlite3 — as well as remote libSQL/Turso databases over an authenticated URL.