Tome — SQLite Browser
SQLite Browser
Browse, query, and edit SQLite databases in a native Mac app.
View on the App StoreBest 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 moreHow 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 moreNative 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 moreDB 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 moreTablePlus 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 moreHow 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 moreHow 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 moreSQL 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 moreHow 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 moreSQLite 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 moreHow 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 moreSQLite 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 moreHow 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 moreSQLite 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 moreMac 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 moreHow 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 moreSQLite 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 moreHow 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 moreSQLite 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 moreHow 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 moreHow 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 moreLightweight 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 moreHow 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 moreSQLite 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 morePostico 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