DB Browser for SQLite
Opens a SQLite file in a spreadsheet-like window so you can look at the data without writing SQL.
These buttons open the developer's own site, repository or store listing in a new tab. wares.gg does not host downloads.
5 more ways to get DB Browser for SQLite
Other download sites
Run by third parties, not by DB Browser for SQLite. Prefer the official page above when it works.
Package managers
- winget
winget install --id DBBrowserForSQLite.DBBrowserForSQLite - Chocolatey
choco install sqlitebrowser - Homebrew
brew install --cask db-browser-for-sqlite - Flathub
flatpak install flathub org.sqlitebrowser.sqlitebrowser
About DB Browser for SQLite
DB Browser for SQLite creates, designs and edits SQLite database files through a familiar interface: browse records in a grid, add and delete rows, create and modify tables and indexes with wizards, and import or export as CSV. Complicated SQL is optional rather than required.
There is also a full SQL editor with syntax highlighting and result grids for when you do want to write queries, plus plotting of column values. It is the usual first stop when an application hands you a .db file and you want to know what is in it.
Strengths
- Spreadsheet-style editing, so no SQL is needed for simple changes
- Wizards for creating and modifying tables and indexes
- CSV import and export, plus plotting of column values
- Windows, macOS, Linux and FreeBSD, with a portable Windows build
Limitations
- SQLite only
- Releases are infrequent; 3.13.1 dates from October 2024
- No support for encrypted databases without a special build
- Very large databases make the grid sluggish
Details
- Pricing
- Free · Free and open source, dual licensed under the Mozilla Public Licence 2.0 and the GPL 3.0.
- License
- GPL-3.0
- Developer
- DB Browser for SQLite
- Platforms
- Windows, macOS, Linux
- How it runs
- Downloadable app
- Account
- Not required
- Works offline
- Yes
- Best suited for
- Opening and editing a SQLite file without writing a query
- Categories
- Database tools
- Last verified
- Added
- Provenance
- Selected from the TechWalrus downloads catalog (Dev Tools); facts checked against the developer's own pages, 2 sources on file.
Similar software
Related functionality, not necessarily a direct replacement.
DBeaver Community
One database client for more than a hundred databases, with a proper SQL editor and ER diagrams.
Beekeeper Studio
A SQL client that is pleasant to look at and works the same on Windows, macOS and Linux.