Tome — SQLite Browser
SQLite Browser
Browse, query, and edit SQLite databases in a native Mac app.
View on the App StoreMac 最佳 SQLite 浏览器
Mac 上的大多数 SQLite 浏览器都是跨平台的 Electron 应用,显得格格不入。找到一个真正表现得像 Mac 应用的浏览器需要花费太多时间。
阅读更多如何在 Mac 上查看 SQLite 数据库
SQLite 文件遍布您的 Mac 中 — 应用数据、Core Data 存储、浏览器历史 — 但 macOS 没有内置方式来打开和查看它们。
阅读更多Mac 原生 SQLite 编辑器 — 无 Electron
基于 Electron 的数据库工具只是为了显示一个表就要消耗数百兆字节的 RAM。原生 macOS 编辑器改变了轻量级的真正含义。
阅读更多Mac 上 DB Browser for SQLite 的替代品
DB Browser for SQLite 可以工作,但其 Qt 界面在 macOS 上感觉很陌生 — 错误的快捷键、非原生文件对话框,以及与您其他工作流程的集成缺失。
阅读更多Mac 上的 TablePlus 替代品 — 仅 SQLite
TablePlus 支持所有数据库,这意味着 SQLite 永远得不到充分关注。如果您只需要 SQLite,额外的复杂性只会碍事。
阅读更多如何在 Mac 上不使用终端打开 .sqlite3 文件
在 Mac 上双击 .sqlite3 文件没有用处。macOS 不认识这种格式,终端是唯一的内置选项。
阅读更多如何在 Mac 上编辑 SQLite 数据库
在 Mac 上编辑 SQLite 数据库通常意味着在终端中编写 UPDATE 语句。对于快速值更改,这需要太多步骤。
阅读更多Mac 原生快速 SQL 查询编辑器
对 Mac 上的 SQLite 数据库运行 SQL 查询不应该需要一个沉重的 IDE 或终端窗口。通常,一个专注的查询编辑器就是您所需的全部。
阅读更多如何在 Mac 上浏览 Core Data SQLite 文件
Core Data 将其数据存储在 SQLite 文件中,但 Apple 没有给您提供可视化工具来检查它们。调试持久数据意味着要在应用容器中寻找并阅读原始 SQL 输出。
阅读更多Mac SQLite 查看器 — 并行打开多个数据库
比较两个 SQLite 数据库之间的数据通常意味着在选项卡之间切换或运行数据库工具的两个实例。有一个更简单的方法。
阅读更多如何在 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.
阅读更多Mac 上针对 iOS 开发者的 SQLite 浏览器
iOS 开发意味着不断检查您的应用写入其本地数据库的内容。Xcode 没有内置的 SQLite 查看器,留下您从终端和第三方工具拼凑工作流程。
阅读更多如何在 Mac 上查看 Firefox 历史记录 (SQLite)
Firefox 将您的浏览历史记录存储在名为 places.sqlite 的 SQLite 数据库中。在浏览器外查看它意味着要处理锁定的文件和原始 SQL 输出。
阅读更多Mac 上的 SQLite vs Realm 浏览器
移动应用使用 SQLite 或 Realm 进行本地存储,但在 Mac 上检查任一个都需要不同的工具。选择正确的浏览器取决于您的应用实际使用的格式。
阅读更多Mac SQLite:命令行 vs GUI — 何时使用每一个
sqlite3 CLI 随每个 Mac 一起提供,可以处理快速查询,但在浏览、编辑和理解陌生的模式时会失败。了解何时切换工具可以节省时间。
阅读更多如何在 Mac 上不编写 SQL 编辑 SQLite
并非每个需要更改 SQLite 数据库中的值的人都知道 SQL。设计师、QA 测试人员和产品经理不应该需要学习 UPDATE 语法来进行快速数据修复。
阅读更多针对 Apple Silicon 优化的 SQLite 数据库查看器
许多数据库工具仍然在 Apple Silicon Mac 上通过 Rosetta 运行,浪费电池和性能。原生 ARM 构建对于您整天打开的应用会产生明显的差异。
阅读更多如何在 Mac 上打开 WhatsApp 备份 SQLite
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.
阅读更多Mac 上带自动完成功能的 SQLite 查询编辑器
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.
阅读更多如何在 Mac 上查看 Chrome Cookie (SQLite)
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.
阅读更多如何在 Mac 上并行比较 SQLite 数据库
After a migration, schema change, or data sync, verifying that two SQLite databases match is tedious without a way to view both simultaneously.
阅读更多Mac 轻量级数据库浏览器 — 无 Electron、无 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.
阅读更多如何在 Mac 上将 SQLite 导出为 CSV
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.
阅读更多Mac 上用于数据科学的 SQLite 浏览器
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.
阅读更多Mac 上 Postico 的 SQLite 替代品
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.
阅读更多