Tome — SQLite Browser

SQLite Browser

Browse, query, and edit SQLite databases in a native Mac app.

View on the App Store
Latest··4 min read

Best SQLite Browser for Mac

Most SQLite browsers on Mac are cross-platform Electron apps that feel out of place. Finding one that actually behaves like a Mac app takes more searching than it should.

Read more
·4 min read

How to View a SQLite Database on Mac

SQLite files sit everywhere on your Mac — app data, Core Data stores, browser history — but macOS has no built-in way to open and view them.

Read more
·4 min read

Native SQLite Editor for Mac — No Electron

Electron-based database tools consume hundreds of megabytes of RAM just to show a table. A native macOS editor changes what lightweight actually means.

Read more
·5 min read

DB Browser for SQLite Alternative on Mac

DB Browser for SQLite works, but its Qt interface feels alien on macOS — wrong shortcuts, non-native file dialogs, and no integration with the rest of your workflow.

Read more
·4 min read

TablePlus Alternative for Mac — SQLite Only

TablePlus supports every database, which means SQLite never gets its full attention. If SQLite is all you need, the extra complexity just gets in the way.

Read more
·4 min read

How to Open .sqlite3 Files on Mac Without Terminal

Double-clicking a .sqlite3 file on Mac does nothing useful. macOS doesn't recognize the format, and Terminal is the only built-in option.

Read more
·4 min read

How to Edit a SQLite Database on Mac

Editing a SQLite database on Mac usually means writing UPDATE statements in Terminal. For a quick value change, that's a lot of ceremony.

Read more
·4 min read

SQL Query Editor for Mac — Native and Fast

Running SQL queries against a SQLite database on Mac shouldn't require a heavy IDE or a terminal window. A focused query editor is often all you need.

Read more
·5 min read

How to Browse Core Data SQLite Files on Mac

Core Data stores its data in SQLite files, but Apple gives you no visual tool to inspect them. Debugging persistent data means hunting through app containers and reading raw SQL output.

Read more
·4 min read

SQLite Viewer for Mac — Open Multiple Databases Side by Side

Comparing data across two SQLite databases usually means switching between tabs or running two instances of your database tool. There's a simpler approach.

Read more
·4 min read

How to Inspect an App's Database on Mac

Apps on your Mac store data in hidden SQLite files buried deep in Library folders. Inspecting what an app actually saved means navigating container paths and decoding raw database output.

Read more
·5 min read

SQLite Browser for iOS Developers on Mac

iOS development means constantly checking what your app wrote to its local database. Xcode has no built-in SQLite viewer, leaving you to piece together a workflow from Terminal and third-party tools.

Read more
·4 min read

How to View Firefox History (SQLite) on Mac

Firefox stores your browsing history in a SQLite database called places.sqlite. Viewing it outside the browser means dealing with locked files and raw SQL output.

Read more
·4 min read

SQLite vs Realm Browser on Mac

Mobile apps use SQLite or Realm for local storage, but inspecting either on Mac requires a different tool. Choosing the right browser depends on which format your app actually uses.

Read more
·5 min read

Mac SQLite: Command Line vs GUI — When to Use Each

The sqlite3 CLI ships with every Mac and handles quick queries, but falls apart for browsing, editing, and understanding unfamiliar schemas. Knowing when to switch tools saves time.

Read more
·4 min read

How to Edit SQLite Without Writing SQL on Mac

Not everyone who needs to change a value in a SQLite database knows SQL. Designers, QA testers, and product managers shouldn't need to learn UPDATE syntax for a quick data fix.

Read more
·4 min read

SQLite Database Viewer Optimized for Apple Silicon

Many database tools still run through Rosetta on Apple Silicon Macs, wasting battery and performance. A native ARM build makes a noticeable difference for an app you keep open all day.

Read more
·4 min read

How to Open WhatsApp Backup SQLite on Mac

WhatsApp stores chat history in a SQLite database. Viewing those messages outside the app — for archival, legal, or personal reasons — requires extracting and opening the database file on your Mac.

Read more
·4 min read

SQLite Query Editor with Autocomplete on Mac

Writing SQL queries against a SQLite database without auto-complete means constantly switching between the schema view and the editor to check table and column names.

Read more
·4 min read

How to View Chrome Cookies (SQLite) on Mac

Chrome stores cookies in a SQLite database on your Mac. Viewing them through DevTools works for one site at a time, but inspecting the full cookie database requires a different approach.

Read more
·4 min read

How to Compare SQLite Databases Side by Side on Mac

After a migration, schema change, or data sync, verifying that two SQLite databases match is tedious without a way to view both simultaneously.

Read more
·4 min read

Lightweight Database Browser for Mac — No Electron, No Java

Database browsers that bundle Chromium or the JVM consume hundreds of megabytes before you've even loaded a file. A lightweight alternative should use what macOS already provides.

Read more
·4 min read

How to Export SQLite to CSV on Mac

Getting data out of a SQLite database and into a spreadsheet means either wrestling with the sqlite3 CLI's formatting options or writing a script. A visual tool makes this a one-query task.

Read more
·4 min read

SQLite Browser for Data Science on Mac

Data scientists working with local datasets in SQLite need a way to explore schemas, preview data, and test queries before writing pipeline code — without spinning up a full database server.

Read more
·4 min read

Postico Alternative for SQLite on Mac

Postico is a beloved Mac-native database client — but it only supports PostgreSQL. If you work with SQLite files, you need the same native quality for a different format.

Read more

Tome

Browse, query, and edit SQLite databases in a native Mac app.

Get Tome