DB Browser for SQLite (Windows, macOS, and Most Versions of Linux)

DB Browser for SQLite (DB4S) is a visually appealing open source tool for creating, searching, and editing SQLite database files. It offers a spreadsheet-like interface with full SQL query capabilities, compatible with Windows, macOS, Linux, and Unix. Users can create, modify, and delete tables, indexes, and records, as well as import and export data. Surprisingly, DB4S allows for graph plotting based on table or query data. The current official version is 3.12.2, with a more reliable 3.13.x-rc1 release candidate available for download. Free code signing for Windows binaries is offered through SignPath.io. Nightly builds are also accessible, but their reliability is not guaranteed.

https://sqlitebrowser.org/

To top