
DB Browser for SQLite
由 DB Browser for SQLite developers 发布
用于 SQLite 数据库的轻量级图形编辑器
开源MPL-2.0 and GPL-3.0+
要点
- Creates and alters tables, columns, constraints and indexes through dialogs, showing the DDL for each object.
- Editable data grid with per-column filters and a cell editor for text, numbers, binary content or images.
- Runs arbitrary SQL and shows results in the same grid used for browsing tables.
- Imports and exports CSV per table, and exports or rebuilds a whole database as a SQL dump.
- Edits stay in a transaction until Write Changes commits them; Revert Changes discards work since the last commit.
关于此应用
DB Browser for SQLite 是一个用于 SQLite 数据库文件的 Qt 桌面前端。窗口按标签页组织:一个用于数据库结构,一个用于浏览数据,一个用于 pragmas,一个用于运行 SQL。表、列、类型、约束和索引通过对话框创建和修改,并且会为每个对象显示相应的 DDL。
浏览标签页将表呈现为可编辑网格,带有按列过滤功能,以及用于当前单元格的侧边面板;该面板可以显示文本、数字、二进制内容或图像。来自 SQL 标签页的查询结果会显示在同类网格中。数据以每表 CSV 的形式导入和导出,整个数据库可以导出为 SQL dump,也可以由 SQL dump 构建。
编辑会保存在一个事务中,而不是立即写入。更改会累积,直到 Write Changes 提交它们;Revert Changes 会丢弃自上次提交以来的所有内容,这使探索性编辑可以恢复。针对 SQLCipher 编译的构建在提供口令后可以打开加密的数据库文件。
获取途径
Linux
- 在 Flathub 上打开在新标签页中打开软件包仓库Flathub
来自发布者
在终端中安装
flatpak install flathub org.sqlitebrowser.sqlitebrowser
我们不托管该文件,不扫描该文件,也不检查其内容。请阅读来源的说明,然后自行判断。