
DB Browser for SQLite
DB4S gives a familiar spreadsheet-like interface on the database in addition to providing a full SQL query facility. It works with Windows, macOS, and most versions of Linux and Unix.
Downloads - DB Browser for SQLite
(Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.13.1) for Windows: DB Browser for SQLite - Standard installer for 32-bit Windows DB ...
Version 3.13.1 released - DB Browser for SQLite
Oct 16, 2024 · Troubleshoot SQL queries containing VACUUM that run incorrectly (#3723, 51784aa) MainWindow Fix an issue when selecting queries containing multi-byte strings …
About - DB Browser for SQLite
This program was developed originally by Mauricio Piacentini (@piacentini) from Tabuleiro Producoes, as the Arca Database Browser. The original version was used as a free …
DB Browser for SQLite download cluster
Continuous builds - You can check the continuous build on GitHub Releases Nightly builds Nightly builds - You can check the nightly build on GitHub Releases SHA256 ...
Version 3.12.0 released - DB Browser for SQLite
Jun 16, 2020 · The new SQL parser is also vastly faster which can make opening and browsing databases with lots of tables noticeably faster. The SQL import feature is faster too.
Version 3.12.1 released - DB Browser for SQLite
Nov 9, 2020 · Fix incorrect display of SQL calltips containing non-US-ASCII characters (9f7851b4d6f31c21a98acf2a01872de654d960af) Fix to ‘Window Layout’ options work properly …
Version 3.11.0 released - DB Browser for SQLite
Feb 7, 2019 · Auto complete SQL keywords in upper case and add an option for it in the Preferences dialog (#1238, #1287) Respect the ORDER BY clause when plotting a table view …
PortableApp for 3.11.2 release now available - DB Browser for SQLite
May 7, 2019 · 1 min read PortableApp for 3.11.2 release now available 2019-05-07
New API for remotely executing SQLite queries
Jul 19, 2020 · As a starting point, there’s just one API call (/v1/query), and it only runs SELECT queries (eg read only database). That should be useful enough for many things though.