본문으로 건너뛰기

DB Browser for SQLite

DB Browser for SQLite developers에서 게시

Lightweight graphical editor for SQLite databases

오픈 소스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 is a Qt desktop front end for SQLite database files. The window is organised as tabs: one for the database structure, one for browsing data, one for pragmas and one for running SQL. Tables, columns, types, constraints and indexes are created and altered through dialogs, and the corresponding DDL is shown for every object.

The browse tab presents a table as an editable grid with per-column filtering and a side panel for the current cell, which can display text, a number, binary content or an image. Query results from the SQL tab appear in the same kind of grid. Data moves in and out as CSV per table, and a whole database can be exported as a SQL dump or built from one.

Edits are held in a transaction rather than written immediately. Changes accumulate until Write Changes commits them, and Revert Changes throws away everything since the last commit, which makes exploratory editing recoverable. Builds compiled against SQLCipher can open encrypted database files once the passphrase is supplied.

Linux

저희는 이 파일을 호스팅하지 않고, 검사하지 않으며, 내용을 확인하지 않습니다. 출처의 설명을 읽고 직접 판단하세요.