DB Browser for SQLitehttp://sqlitebrowser.org/Recent content on DB Browser for SQLiteHugo -- gohugo.ioen-usMon, 03 Feb 2025 00:00:00 +0000DBHub.io Shutdownhttp://sqlitebrowser.org/blog/dbhub-shutdown/Mon, 03 Feb 2025 00:00:00 +0000http://sqlitebrowser.org/blog/dbhub-shutdown/DBHub.io will cease operating at the end of February The DBHub.io online platform hasn’t really gained any traction, so we’re shutting it down at the end of this month.
At that time all data (including user databases) will be deleted and the servers will be decommissioned.
Apologies for the short notice Ideally we’d provide several months of notice for people to arrange alternative hosting elsewhere.
However, the ongoing financial cost each month of operating the platform has to date been borne by Justin Clift personally, and his finances can no longer accommodate the expense.Signing Windows executables - Our journey with SignPathhttp://sqlitebrowser.org/blog/signing-windows-executables-our-journey-with-signpath/Fri, 08 Nov 2024 00:00:00 +0000http://sqlitebrowser.org/blog/signing-windows-executables-our-journey-with-signpath/Our Journey with SignPath: Code Signing for Windows Binaries When distributing software, code signing is essential to ensure our users can trust the software they download, especially on an operating system like Windows that displays security warnings for unsigned software.
So for us, code signing is not just an option, but a necessity to validate software binaries, prevent tampering, and for the convenience of our users.
A Little Background on This Journey It’s not difficult to code sign and notarize software binaries for Apple macOS.Version 3.13.1 releasedhttp://sqlitebrowser.org/blog/version-3-13-1-released/Wed, 16 Oct 2024 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-13-1-released/This is a new release with several improvements over the v3.13.0 release from three months ago. π
As a special mention, SQLean has a new time extension! Check out the following link for more information: https://github.com/nalgeon/sqlean/blob/main/docs/time.md
Thanks to everyone for being part of our Community!
Related Discussion: #3775
Downloads DB.Browser.for.SQLite-v3.13.1-win32.msi - Standard (MSI) installer for Win32 DB.Browser.for.SQLite-v3.13.1-win32.zip - .zip (no installer) for Win32 DB.Browser.for.SQLite-v3.13.1-win64.msi - Standard (MSI) installer for Win64 DB.Version 3.13.1-rc2 releasedhttp://sqlitebrowser.org/blog/version-3-13-1-rc2-released/Mon, 30 Sep 2024 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-13-1-rc2-released/The second candidate version of DB Browser for SQLite v3.13.1 has been released.
The binary and detailed release notes are available here.
We are also accepting translation contributions for the new version. If you’re interested, please check out following issues: https://github.com/sqlitebrowser/sqlitebrowser/issues/3747Version 3.13.1-rc1 releasedhttp://sqlitebrowser.org/blog/version-3-13-1-rc1-released/Thu, 12 Sep 2024 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-13-1-rc1-released/The first candidate version of DB Browser for SQLite v3.13.1 has been released.
The binary and detailed release notes are available here.Version 3.13.0 releasedhttp://sqlitebrowser.org/blog/version-3-13-0-released/Sat, 24 Aug 2024 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-13-0-released/Caution:
An issue has been reported where the app fails to launch on macOS Catalina (10.15.x).
We will be tracking and resolving the issue. For more information, see issue #3691.
Note that this issue is now fixed in nightly builds, and a new stable release is planned that includes this change.
We are very excited to release a new stable version after almost three years. π
It’s been a while since we’ve released a new stable version, so there are a lot of changes, see the release notes for more details.Signing Windows Buildshttp://sqlitebrowser.org/blog/signing-windows/Sat, 20 Apr 2024 00:00:00 +0000http://sqlitebrowser.org/blog/signing-windows/The SQLite Browser team is currently working to update the build process to sign Windows executables with the free code signing facility provided by SignPath.io using a certificate provided by the SignPath Foundation.3.13.x-rc1 Availablehttp://sqlitebrowser.org/blog/3-13-rc1-available/Fri, 23 Feb 2024 00:00:00 +0000http://sqlitebrowser.org/blog/3-13-rc1-available/In anticipation of a full release later this year, we note that a release candidate of DB4S 3.13 is now available. We expect this is the final form of the 3.13 release, except for any bug fixes.
Get the 3.13.x-rc1 version from https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.x-rc1
The CHANGELOG in the SQLiteBrowser Github repo describes the changes to this version.Privacy Policyhttp://sqlitebrowser.org/privacy-policy/Fri, 26 Jan 2024 14:09:28 +1100http://sqlitebrowser.org/privacy-policy/This application does not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.Support for SQLite extensions addedhttp://sqlitebrowser.org/blog/support-for-sqlite-extensions-added/Thu, 04 May 2023 00:00:00 +0000http://sqlitebrowser.org/blog/support-for-sqlite-extensions-added/On DBHub.io, we’ve just rolled out support for these extensions, for all database types:
FTS3 & FTS3_PARENTHESIS FTS5 GEOPOLY JSON1 MATH_FUNCTIONS RTREE SOUNDEX This means your databases are now able to use all of the functions provided by these extensions, which should be very useful for a lot of people.Live databases can be public .. and more updateshttp://sqlitebrowser.org/blog/live-databases-can-be-public/Thu, 27 Apr 2023 00:00:00 +0000http://sqlitebrowser.org/blog/live-databases-can-be-public/Another week, and another series of exciting updates to DBHub.io
Live databases can now be public The public/private setting can now be chosen when uploading a live database, and can also be changed afterwards in the Settings page for any database.
Previously, live databases were private-only as we hadn’t wired up the permissions.
Now, they can be shared with other users. By default, sharing allows for read-only access, but you can switch this to read-write access on a user-by-user basis.Execute SQL Tab Overhaulhttp://sqlitebrowser.org/blog/execute-sql-tab-overhaul/Wed, 26 Apr 2023 00:00:00 +0000http://sqlitebrowser.org/blog/execute-sql-tab-overhaul/The ‘Execute SQL’ tab has been overhauled.
While before it was a simple textbox and a ‘Run SQL’ button, we’ve worked hard to improve it.
“Looks like all you’ve done is removed the button”
It’s a bit more than that. This command window not only shows the data, but also any feedback from SQLite, eg, any errors. It has syntax-highlighting support so field names are more easily identifiable compared to keywords.Comments now enabled on blog postshttp://sqlitebrowser.org/blog/comments-now-enabled-on-blog-posts/Mon, 24 Apr 2023 00:00:00 +0000http://sqlitebrowser.org/blog/comments-now-enabled-on-blog-posts/We’ve enabled comments on blog posts to further enhance discussion and the community. This is tied into Github, so you’ll need a Github account to post a comment or reply to a blog post.
We look forward to hearing from you!More webUI related updateshttp://sqlitebrowser.org/blog/more-webui-related-updates/Fri, 07 Apr 2023 00:00:00 +0000http://sqlitebrowser.org/blog/more-webui-related-updates/We’ve pushed out some more great updates on DBHub.io.
Can view live database data Can generate charts from them Can write and run SQL statements on them which change the database structure (eg CREATE/DROP TABLE), as well as data manipulation SQL (eg INSERT/UPDATE/DELETE) Can View Live Database Data
Each table in your database can be viewed, either showing every column, or just specific columns. You can create complex JOINs and view these quickly in tabular form.Database sharing has been improved on DBHub.iohttp://sqlitebrowser.org/blog/database-sharing-has-been-improved-on-dbhub-io/Sat, 25 Mar 2023 00:00:00 +0000http://sqlitebrowser.org/blog/database-sharing-has-been-improved-on-dbhub-io/We have been hard at work making improvements to DBHub.io. We’ve not only updated database sharing, but also allowed database updates via the API. Read more about that in this blog post.
DBHub.io has allowed database sharing (databases you upload can be either private or public, with private databases shareable to specific users) since Aug 2020, but knowing what databases you’ve shared and to who has been a bit cumbersome. You’d have to remember what databases you’ve shared to then go into the settings to see who has access.Go Library (go-dbhub) updated to work with Live databaseshttp://sqlitebrowser.org/blog/go-library-updated-to-work-with-live-databases/Sat, 25 Mar 2023 00:00:00 +0000http://sqlitebrowser.org/blog/go-library-updated-to-work-with-live-databases/Following the news that databases can now be updated via the API, we have updated the Go library which accesses and queries your databases on DBHub.io to v0.1.0 to also use these new live features. You can easily send INSERT, UPDATE or DELETE queries without sending base64 encoded SQL queries via the API.
You can see the initial blog post for the Go library here .Live databases are now .. live!http://sqlitebrowser.org/blog/live-databases-are-now-live/Sat, 25 Mar 2023 00:00:00 +0000http://sqlitebrowser.org/blog/live-databases-are-now-live/We’ve been working hard developing DBHub.io. One of the most requested features is the ability to perform INSERT, UPDATE and DELETE commands on a database. That now has an experimental implementation available via our API, and everyone is encouraged to try it out.
One excellent benefit of DBHub.io has always been performing queries on a SQLite database stored in the cloud. Together with creating snapshots and full version control, it has been a benefit to many users.Apple Silicon (M1/M2/etc) macOS package availablehttp://sqlitebrowser.org/blog/apple-silicon-macos-package-available/Mon, 24 Oct 2022 00:00:00 +0000http://sqlitebrowser.org/blog/apple-silicon-macos-package-available/We are proud to present… the Apple Silicon (arm64) version of DB Browser for SQLite v3.12.2:
https://download.sqlitebrowser.org/DB.Browser.for.SQLite-arm64-3.12.2.dmg 0c2076e4479cb9db5c85123cfe9750641f92566694ff9f6c99906321a2c424e8 (SHA256 checksum) If you’re using one of Apple’s M1 or M2 based macOS devices, then this native Apple Silicon version of DB4S should work a bit better than our existing Intel based download.
Additionally, our nightly builds for macOS now have both Intel and Apple Silicon (arm64) downloads available:
Nightly builds using SQLite (no encryption):Huge thanks to DigitalOcean for sponsoring us!http://sqlitebrowser.org/blog/huge-thanks-to-digitalocean/Sun, 25 Jul 2021 00:00:00 +0000http://sqlitebrowser.org/blog/huge-thanks-to-digitalocean/A huge shout out and thanks to DigitalOcean for hosting our entire Infrastructure, 100% free! πΊ
We’ve been with them for over a year now, and have a bunch of servers. In that time, we’ve experienced no outages or weirdness whatsoever. It’s been fantastic!
If you’re looking for a good, reliable Cloud service that doesn’t suffer from network weirdness or outages, DigitalOcean is a solid choice. πLinux AppImage of 3.12.2 release availablehttp://sqlitebrowser.org/blog/linux-appimage-available/Sat, 10 Jul 2021 00:00:00 +0000http://sqlitebrowser.org/blog/linux-appimage-available/Thanks to new team member Nikolay Zlatev, an AppImage of our recent 3.12.2 release is available:
https://download.sqlitebrowser.org/DB_Browser_for_SQLite-v3.12.2-x86_64.AppImage ea14c7439f7e666f3e9d8cbffe9048134b87db3e2d7bf65f4146b0649536de5c (SHA256 checksum) That should work on most Linux (x86_64) distributions, and should help people running older software to use our new releases.
Good stuff Nikolay! πFirst release of Python library 'pydbhub'http://sqlitebrowser.org/blog/first-release-pydbhub/Sat, 05 Jun 2021 00:00:00 +0000http://sqlitebrowser.org/blog/first-release-pydbhub/Thanks to the excellent effort of @LeMoussel, there is now a Python library for people to use and access their SQLite databases on DBHub.io. π
It’s called pydbhub, and is available here:
https://github.com/LeMoussel/pydbhub
And on PyPi:
https://pypi.org/project/pydbhub/Version 3.12.2 releasedhttp://sqlitebrowser.org/blog/version-3-12-2-released/Tue, 18 May 2021 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-12-2-released/This is a minor maintenance release, primarily to update the internal certificates for anonymous communication with the DBHub.io servers.
You don’t need to upgrade unless you’re using DBHub.io anonymously. If you’re using DBHub.io with your own client certificate, this upgrade won’t really do much either. π
The changes in this over the 3.12.1 release include:
Fix saving the list of extensions in the Preferences dialog (bd0e1feead6bb446f8a703338aa9893bf281e5b4) Corrected a typo in the French translation (3bbd4ee271f98301476143749f7bf4abed052efe) Updated the included SQLite and SQLCipher libraries to their latest release (SQLite 3.Thanks to our Patreon supporters, we have a HiDPI monitor!http://sqlitebrowser.org/blog/hidpi-monitor-purchased-thanks-to-patreon-supporters/Sat, 06 Mar 2021 00:00:00 +0000http://sqlitebrowser.org/blog/hidpi-monitor-purchased-thanks-to-patreon-supporters/Thanks to our wonderful Patrons, we’ve been able to purchase a HiDPI monitor (Dell P2415Q) for Martin, one of our senior developers.
A special thanks also goes to Nikolay Zlatev of Astra Paging too, for organising the purchase and shipping of the monitor around the EU.
This should enable - or at least strongly help - with fixing the remaining HiDPI related bugs that people have reported over the years.Version 3.12.1 releasedhttp://sqlitebrowser.org/blog/version-3-12-1-released/Mon, 09 Nov 2020 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-12-1-released/This is the first bug fix release for our 3.12.x series.
There aren’t any “super critical must upgrade” bugs fixed, so updating isn’t urgent. π
Downloads DB.Browser.for.SQLite-3.12.1-win32-v2.msi - Standard (MSI) installer for Win32 and WinXP DB.Browser.for.SQLite-3.12.1-win32.zip - .zip (no installer) for Win32 and WinXP DB.Browser.for.SQLite-3.12.1-win64-v2.msi - Standard (MSI) installer for Win64 DB.Browser.for.SQLite-3.12.1-win64.zip - .zip (no installer) for Win64 DB.Browser.for.SQLite-3.12.1-v2.dmg - For macOS The changes in this over the 3.12.0 release include:First release candidate for 3.12.1http://sqlitebrowser.org/blog/first-release-candidate-for-3-12-1/Sun, 27 Sep 2020 00:00:00 +0000http://sqlitebrowser.org/blog/first-release-candidate-for-3-12-1/This is the first, and hopefully only π, release candidate for DB Browser for SQLite version 3.12.1.
Downloads DB.Browser.for.SQLite-3.12.1-rc1-win32.msi - Standard installer for 32-bit Windows DB.Browser.for.SQLite-3.12.1-rc1-win32.zip - .zip (no installer) for 32-bit Windows DB.Browser.for.SQLite-3.12.1-rc1-win64.msi - Standard installer for 64-bit Windows DB.Browser.for.SQLite-3.12.1-rc1-win64.zip - .zip (no installer) for 64-bit Windows DB.Browser.for.SQLite-3.12.1-rc1.dmg - Standard package for macOS The changes in this over the 3.12.0 release include:
Enhancements Completely reworked interface for accessing DBHub.io Add .New Go library for working with your DBHub.io databaseshttp://sqlitebrowser.org/blog/new-go-library-for-working-with-your-dbhub-io-databases/Sat, 01 Aug 2020 00:00:00 +0000http://sqlitebrowser.org/blog/new-go-library-for-working-with-your-dbhub-io-databases/For anyone with an interest in Go programming, there’s now a library to access and query your databases on DBHub.io:
https://github.com/sqlitebrowser/go-dbhub
Documentation is in place, code quality is good, and there are worked examples for each function call.
It’s still in early stages of development, but seems to work well already. π
What works now Run read-only queries (eg SELECT statements) on databases, returning the results as JSON List the tables, views, and indexes present in a database List the columns in a table, view or index, along with their details (Added 2020-08-02) - Generate a diff between two databases or revisions, to transform one into the other (Added 2020-08-04) - List the branches of a database (Added 2020-08-04) - Download a complete database (Added 2020-08-05) - List the databases in your account (Added 2020-08-05) - Download the database metadata (branches, releases, tags, commits, etc) Still to do Tests for each function Upload a complete database Investigate what would be needed for this to work through the Go SQL API Anything else that people suggest and seems like a good idea π Requirements Go version 1.New API for remotely executing SQLite querieshttp://sqlitebrowser.org/blog/new-api-for-remotely-executing-sqlite-queries/Sun, 19 Jul 2020 00:00:00 +0000http://sqlitebrowser.org/blog/new-api-for-remotely-executing-sqlite-queries/For anyone wanting to run SQL queries against their uploaded databases, there’s now an API server: https://api.dbhub.io
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.
Query parameters Query parameters are passed via POST only, and all results are in a fairly verbose JSON format.
apikey - Your API key. These can be generated in your Settings page, when logged in to DBHub.PortableApp for 3.12.0 release now availablehttp://sqlitebrowser.org/blog/portableapp-for-3-12-0-release-now-available/Thu, 18 Jun 2020 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-for-3-12-0-release-now-available/Thanks to Chris Locke and John T. Haller, the PortableApps installer for DB Browser for SQLite 3.12.0 is now available! :)
https://download.sqlitebrowser.org/SQLiteDatabaseBrowserPortable_3.12.0_English.paf.exeVersion 3.12.0 releasedhttp://sqlitebrowser.org/blog/version-3-12-0-released/Tue, 16 Jun 2020 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-12-0-released/Downloads DB.Browser.for.SQLite-3.12.0-win32.msi - Standard installer for 32-bit Windows DB.Browser.for.SQLite-3.12.0-win32.zip - .zip (no installer) for 32-bit Windows DB.Browser.for.SQLite-3.12.0-win64.msi - Standard installer for 64-bit Windows DB.Browser.for.SQLite-3.12.0-win64.zip - .zip (no installer) for 64-bit Windows SQLiteDatabaseBrowserPortable_3.12.0_English.paf.exe - PortableApp for Windows DB.Browser.for.SQLite-3.12.0.dmg - Standard package for macOS Highlights Better table editing SQLite 3.25.0 added support for renaming columns with the ALTER TABLE command (previously you had to create a new table with the renamed column, copy all data over, delete the old table, then rename the new table - even leaving out some details of the process here…).First release candidate for 3.12.0http://sqlitebrowser.org/blog/first-release-candidate-for-3-12-0/Mon, 08 Jun 2020 00:00:00 +0000http://sqlitebrowser.org/blog/first-release-candidate-for-3-12-0/This is the first (and hopefully final), release candidate for DB Browser for SQLite version 3.12.0.
Downloads DB.Browser.for.SQLite-3.12.0-rc1-win32.msi - Standard installer for 32-bit Windows DB.Browser.for.SQLite-3.12.0-rc1-win32.zip - .zip (no installer) for 32-bit Windows DB.Browser.for.SQLite-3.12.0-rc1-win64.msi - Standard installer for 64-bit Windows DB.Browser.for.SQLite-3.12.0-rc1-win64.zip - .zip (no installer) for 64-bit Windows DB.Browser.for.SQLite-3.12.0-rc1.dmg - Standard package for macOS Support for pre-3.11 project file format In v3.11, the project file format was changed to support multiple sort columns (#1593), the database read-only state and the saving of configured conditional formats, while the handling of project files itself was improved too.First alpha release for 3.12.0http://sqlitebrowser.org/blog/first-alpha-release-for-3-12-0/Wed, 15 Apr 2020 00:00:00 +0000http://sqlitebrowser.org/blog/first-alpha-release-for-3-12-0/The first Windows and mac alpha builds for our next major release are ready. Please try them out, and report any weirdness.
Downloads DB.Browser.for.SQLite-3.12.0-alpha1-win32.msi - Standard installer for 32-bit Windows DB.Browser.for.SQLite-3.12.0-alpha1-win32.zip - .zip (no installer) for 32-bit Windows DB.Browser.for.SQLite-3.12.0-alpha1-win64.msi - Standard installer for 64-bit Windows DB.Browser.for.SQLite-3.12.0-alpha1-win64.zip - .zip (no installer) for 64-bit Windows DB.Browser.for.SQLite-3.12.0-alpha1.dmg - Standard package for macOS Note - There is no Windows XP support in the 32-bit builds at the moment.Adding basic visualisation capability to dbhub.iohttp://sqlitebrowser.org/blog/adding-basic-visualisation-capability-to-dbhub-io/Wed, 08 Apr 2020 00:00:00 +0000http://sqlitebrowser.org/blog/adding-basic-visualisation-capability-to-dbhub-io/We’ve begun adding the first visualisation pieces to DBHub.io, so people can display charts from their data.
eg:
This is only the starting point (eg a simple vertical bar chart) while we experiment, to find a good workflow that’s easy for people to use + customise.
We’re aiming to add several more chart types to choose from, and there being a selection of easy-to-use predefined templates as well.
Advanced users will ideally be able to input their own SQL queries for generating the data points to visualise.PortableApp for 3.11.2 release now availablehttp://sqlitebrowser.org/blog/portableapp-for-3-11-2-release-now-available/Tue, 07 May 2019 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-for-3-11-2-release-now-available/Thanks to Chris Locke and John T. Haller, the PortableApps installer for DB Browser for SQLite 3.11.2 is now available! :)
https://download.sqlitebrowser.org/SQLiteDatabaseBrowserPortable_3.11.2_English.paf.exeNew landing page for DBHub.iohttp://sqlitebrowser.org/blog/new-landing-page-for-dbhub-io/Fri, 26 Apr 2019 00:00:00 +0000http://sqlitebrowser.org/blog/new-landing-page-for-dbhub-io/Our sister website, DBHub.io - where people can backup their databases, share them with others, and collaboratively develop data - has a proper landing page from today:
https://dbhub.io
It required quite a lot of effort to assemble, even though it’s just a simple description, screenshots (click them!), and an overview video. π
Please take a look, create an account (it’s free), and try things out.
The website code is fully Open Source, and is gaining interesting + useful capabilities over time.Standard username/password logins now working for DBHub.iohttp://sqlitebrowser.org/blog/standard-username-password-logins-now-working-for-dbhub-io/Wed, 10 Apr 2019 00:00:00 +0000http://sqlitebrowser.org/blog/standard-username-password-logins-now-working-for-dbhub-io/A small, but important, update about DBHub.io logins. π
People can now create accounts using their own username/password again, instead of needing to login via GitHub, Google, or LinkedIn.
It used to work (ages ago), but Auth0 found a security problem with the version of NodeJS they were using, so disabled it for everyone last year. It was fixable by changing some stuff, which has now been done.
On a related note… login (using username/password) only works if “3rd party cookies” aren’t blocked in your web browser.New download and daily users stats pagehttp://sqlitebrowser.org/blog/new-download-daily-users-stats-page/Tue, 09 Apr 2019 00:00:00 +0000http://sqlitebrowser.org/blog/new-download-daily-users-stats-page/Today we added a new “Stats” page, showing the number of daily downloads and daily users:
https://sqlitebrowser.org/stats/
The graphs are generated using Redash, and should automatically update every 10 minutes:
https://redash.io
Being able to mouse over a particular day to get info for that day is useful, as is being able to download the data set (in various formats, but not yet SQLite π).
It’s running in a very low end virtual machine (eg cheap), and there’s no proper caching layer yet, so it may be a bit slow to load.Version 3.11.2 releasedhttp://sqlitebrowser.org/blog/version-3-11-2-released/Thu, 04 Apr 2019 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-11-2-released/This is a minor bug fix release in the 3.11.x series
Bug fixes and enhancements since 3.11.1 Enable ‘Edit Database Cell’ when view is editable (#1756) DB browser crashes when I try to attach additional database to current one (#1758) CASE-SENSITIVITY: Error importing data from SQL file: cannot start a transaction within a transaction (#1764) Cell edit window considers binary data to be text/numeric if first byte is in ascii range (#1772) Crashes when browsing a empty view with view editing enabled (#1774) Trying to save after successfull import fails (#1777) Attach encrypted database results in Out of Memory Error (#1799) File is not a database (#1814) Can’t remove password from an encrypted database any more (#1829) grammar: Fix keywords as table name and keywords as column name (1a59c8cbda47684dfc0b55283fc6fdb396adc832) Updated translation strings Korean (#1600) Brazilian Portuguese (#1830) Italian (#1833) German (e2ad5459d569801f9a635391f774e81ca1009e85) Include SQLite 3.Dark theme support in our nightly buildshttp://sqlitebrowser.org/blog/dark-theme-support-in-our-nightly-builds/Sat, 02 Mar 2019 00:00:00 +0000http://sqlitebrowser.org/blog/dark-theme-support-in-our-nightly-builds/Thanks to the dedicated efforts of @mgrojo, our nightly builds now include a “Dark style” theme courtesy of the QDarkStyleSheet project:
To activate it, choose “Dark style” from the “Application Style” dropdown in PreferencesβGeneral:
To turn it off, choose “Follow the desktop style” instead.
The nightly builds for windows and macOS are here:
https://nightlies.sqlitebrowser.org/latest/
The nightly builds for Ubuntu Linux are here:
https://sqlitebrowser.org/dl/#nightly-builds-1macOS installer rebuilt for 3.11.1http://sqlitebrowser.org/blog/macos-installer-rebuilt-for-3-11-1/Sat, 23 Feb 2019 00:00:00 +0000http://sqlitebrowser.org/blog/macos-installer-rebuilt-for-3-11-1/The macOS installer for 3.11.1 has been updated, so now when the application runs it does so in “light theme mode” (the Aqua look) on macOS Mojave. π
https://download.sqlitebrowser.org/DB.Browser.for.SQLite-3.11.1v2.dmg
It’s a workaround for anyone using Mojave in Dark mode, which Qt doesn’t yet properly support. Without this workaround, the colour pallete was unusable in important places. eg white on white when browsing data π¦
Jesse Jackson, thank you so much for showing us how to fix this problem.Version 3.11.1 releasedhttp://sqlitebrowser.org/blog/version-3-11-1-released/Mon, 18 Feb 2019 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-11-1-released/Note that this is effectively 3.11.0 from last week, with a critical bug fix on top + some other additional fixes.
Note 2 - If you’re using Dark Mode on macOS Mojave, Do Not download this release. Dark Mode support is broken (badly) on MacOS. It should (hopefully) be fixed in the next point release.
Highlights DBHub.io improvements CSV import: speed, memory usage, usability, type detection and new default rules Attach databases Menu options for filtering JSON and XML editors Improvements to the plot UI Better copy & paste support Dark theme support on Linux Dark mode support for windows and macOS isn’t working yet.Version 3.11.0 pulled - encrypting databases non-functionalhttp://sqlitebrowser.org/blog/version-3-11-0-pulled/Mon, 11 Feb 2019 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-11-0-pulled/A serious bug has been found in the recent 3.11.0 release… newly encrypting databases doesn’t work (#1732), instead displaying an error message. π¦
Existing databases - encrypted or not - can be opened without problem. The problem only occurs when attempting to newly encrypt a database.
The links on our download page have been reverted back to the prior stable release (3.10.1) for now, while we look into this.
There will probably be a 3.Added public web stats using Fathomhttp://sqlitebrowser.org/blog/added-public-web-stats-using-fathom/Thu, 07 Feb 2019 00:00:00 +0000http://sqlitebrowser.org/blog/added-public-web-stats-using-fathom/Added (GDPR compliant) stats generation today for the website, using Fathom. It’s an Open Source project, written in Go, that aims to provide aggregated stats simply, without any user tracking.
The setup was fairly easy, though the ARM64 download for the current release (1.2.1) doesn’t seem to work with SQLite due to an accidental setting during their build. Hopefully fixed for the next release.
PostgreSQL is being the database, and Nginx providing HTTPS termination.Version 3.11.0 releasedhttp://sqlitebrowser.org/blog/version-3-11-0-released/Thu, 07 Feb 2019 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-11-0-released/Highlights DBHub.io improvements CSV import: speed, memory usage, usability, type detection and new default rules Attach databases Menu options for filtering JSON and XML editors Improvements to the plot UI Better copy & paste support Dark theme support Multi-threaded loading of data Default quotes changed to double quotes Add Record dialog Printing support The math extensions for SQLite are included in the windows and macOS installers @SilvioGrosso has kindly created a video showing how to load the math extensions on windows Downloads DB.Updated our website!http://sqlitebrowser.org/blog/new-website/Thu, 31 Jan 2019 00:00:00 +0000http://sqlitebrowser.org/blog/new-website/Experimenting with a new approach for the DB Browser for SQLite website, as the old 1-page website was difficult to expand with blog/info on what we’ve been working on.
This new layout - using Hugo and blogdown - should be a decent foundation, and is fairly customisable.
It also has many available themes, which we’ll likely experiment with too.Abouthttp://sqlitebrowser.org/about/Wed, 30 Jan 2019 14:09:28 +1100http://sqlitebrowser.org/about/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 companion tool to the Arca Database Xtra, a commercial product that embeds SQLite databases with some additional extensions to handle compressed and binary data.
The original code was trimmed and adjusted to be compatible with standard SQLite 2.x databases. The resulting program was renamed SQLite Database Browser, and released into the Public Domain by Mauricio.Third beta release of 3.11.0http://sqlitebrowser.org/blog/third-beta-release-of-3-11-0y/Thu, 13 Dec 2018 00:00:00 +0000http://sqlitebrowser.org/blog/third-beta-release-of-3-11-0y/The third beta builds for our next major release are ready for testing. Please try them out, and report any weirdness.Second beta release of 3.11.0http://sqlitebrowser.org/blog/second-beta-release-of-3-11-0/Wed, 12 Dec 2018 00:00:00 +0000http://sqlitebrowser.org/blog/second-beta-release-of-3-11-0/The second beta builds for our next major release are ready.First beta release of 3.11.0http://sqlitebrowser.org/blog/first-beta-release-of-3-11-0/Tue, 27 Nov 2018 00:00:00 +0000http://sqlitebrowser.org/blog/first-beta-release-of-3-11-0/The first beta builds for our next major release are ready for testing.First alpha release for 3.11.0http://sqlitebrowser.org/blog/first-alpha-release-for-3-11-0/Wed, 10 Oct 2018 00:00:00 +0000http://sqlitebrowser.org/blog/first-alpha-release-for-3-11-0/The first Windows and mac alpha builds for our next major release are ready. Please try them out, and report any weirdness.New download servershttp://sqlitebrowser.org/blog/new-download-servers/Thu, 09 Aug 2018 00:00:00 +0000http://sqlitebrowser.org/blog/new-download-servers/We’ve just started testing a new download server cluster. If anything seems weird with our downloads, please report it here.Patreon account createdhttp://sqlitebrowser.org/blog/patreon-account-created/Fri, 08 Jun 2018 00:00:00 +0000http://sqlitebrowser.org/blog/patreon-account-created/We’ve just created a Patreon account. Please become a Patron of DB Browser for SQLite! πWindows MSI installers now availablehttp://sqlitebrowser.org/blog/windows-msi-installers-now-available/Sat, 02 Jun 2018 00:00:00 +0000http://sqlitebrowser.org/blog/windows-msi-installers-now-available/Windows MSI installers are now available on our nightly build server!PortableApp version of 3.10.1http://sqlitebrowser.org/blog/portableapp-version-of-3-10-1/Thu, 28 Sep 2017 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-10-1/Added PortableApp version of 3.10.1. Thanks John. πVersion 3.10.1 releasedhttp://sqlitebrowser.org/blog/version-3-10-1-released/Wed, 20 Sep 2017 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-10-1-released/DB Browser for SQLite 3.10.1 has been released! :DRemoved continuous AppImage builds for Linuxhttp://sqlitebrowser.org/blog/removed-continuous-appimage-builds-for-linux/Fri, 08 Sep 2017 00:00:00 +0000http://sqlitebrowser.org/blog/removed-continuous-appimage-builds-for-linux/Removed the continuous AppImage builds for Linux due to problems with the upload script.AppImage builds for Linuxhttp://sqlitebrowser.org/blog/appimage-builds-for-linux/Sat, 02 Sep 2017 00:00:00 +0000http://sqlitebrowser.org/blog/appimage-builds-for-linux/AppImage builds for Linux - always built from the latest DB4S commit - are now online.Version 3.10.0 releasedhttp://sqlitebrowser.org/blog/version-3-10-0-released/Sun, 20 Aug 2017 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-10-0-released/DB Browser for SQLite 3.10.0 has been released! Yay! πSecond beta release for 3.10.0http://sqlitebrowser.org/blog/second-beta-release-for-3-10-0/Mon, 14 Aug 2017 00:00:00 +0000http://sqlitebrowser.org/blog/second-beta-release-for-3-10-0/The second beta release for our new 3.10.0 series is ready to download and try.First (beta) DBHub.io server with DB4S integration is onlinehttp://sqlitebrowser.org/blog/first-beta-dbhub-io-server-with-db4s-integration-is-online/Sat, 29 Jul 2017 00:00:00 +0000http://sqlitebrowser.org/blog/first-beta-dbhub-io-server-with-db4s-integration-is-online/The first “db4s-beta” server is now online, which DB4S 3.10.0-beta can store/retrieve databases in.
Feel free to [create an account](https://db4s-beta.dbhub.io/justinclift/DB4S%20download%20stats.sqlite) and try things out (the link in the top right of that page). π Don’t store important data in it yet though, as we don’t have backups set up yet.First beta release of 3.10.0http://sqlitebrowser.org/blog/first-beta-release-of-3-10-0/Fri, 21 Jul 2017 00:00:00 +0000http://sqlitebrowser.org/blog/first-beta-release-of-3-10-0/The first beta release of our new 3.10.0 series is ready to download and try.Nightly builds now using static URLshttp://sqlitebrowser.org/blog/nightly-builds-now-using-static-urls/Wed, 17 May 2017 00:00:00 +0000http://sqlitebrowser.org/blog/nightly-builds-now-using-static-urls/Our latest nightly builds now use static URLs. Useful for bookmarking and automation.WinXP version for 3.9.1http://sqlitebrowser.org/blog/winxp-version-for-3-9-1/Sun, 14 May 2017 00:00:00 +0000http://sqlitebrowser.org/blog/winxp-version-for-3-9-1/Due to popular demand, there is now a Windows XP compatible download.Rebuilt OSX binary for v3.9.1http://sqlitebrowser.org/blog/rebuilt-osx-binary-for-v3-9-1/Sat, 17 Dec 2016 00:00:00 +0000http://sqlitebrowser.org/blog/rebuilt-osx-binary-for-v3-9-1/The v3.9.1 binary for OSX has been rebuilt using Qt 5.7.1, to fix an important colour display problem on macOS Sierra.Initial DBHub.io server onlinehttp://sqlitebrowser.org/blog/initial-dbhub-io-server-online/Thu, 15 Dec 2016 00:00:00 +0000http://sqlitebrowser.org/blog/initial-dbhub-io-server-online/An initial DBHub.io server is online, running our latest development code. Testing and feedback is encouraged.
Note - The data on this server will probably be wiped/reset every few days.PortableApp for 3.9.1http://sqlitebrowser.org/blog/portableapp-for-3-9-1/Thu, 20 Oct 2016 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-for-3-9-1/PortableApp version of DB4S 3.9.1 now available. Thanks John! πNew Qt5 based nightly builds onlinehttp://sqlitebrowser.org/blog/new-qt5-based-nightly-builds-online/Mon, 17 Oct 2016 00:00:00 +0000http://sqlitebrowser.org/blog/new-qt5-based-nightly-builds-online/New Qt5 based nightly builds are online.Version 3.9.1 releasedhttp://sqlitebrowser.org/blog/version-3-9-1-released/Mon, 03 Oct 2016 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-9-1-released/Version 3.9.1 released. Mostly bug fixes.New sister project: DBHub.iohttp://sqlitebrowser.org/blog/new-sister-project-dbhub-io/Mon, 26 Sep 2016 00:00:00 +0000http://sqlitebrowser.org/blog/new-sister-project-dbhub-io/Added first page for our new sister project: DBHub.io. Take a look! πPortableApp version of 3.9.0http://sqlitebrowser.org/blog/portableapp-version-of-3-9-0/Thu, 08 Sep 2016 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-9-0/Added PortableApp download for version 3.9.0. Thanks John! πVersion 3.9.0 releasedhttp://sqlitebrowser.org/blog/version-3-9-0-released/Wed, 24 Aug 2016 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-9-0-released/The next major release, version 3.9.0 is ready for download!Version 3.9.0 beta1 releasedhttp://sqlitebrowser.org/blog/version-3-9-0-beta1-released/Sun, 14 Aug 2016 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-9-0-beta1-released/Version 3.9.0 beta1 released, with SQLCipher for strong encryption.
[Please try it out](https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.9.0-beta1), and [report any new bugs](https://github.com/sqlitebrowser/sqlitebrowser/issues) you encounter. πTest build with SQLCipher for Win64http://sqlitebrowser.org/blog/test-build-with-sqlcipher-for-win64/Wed, 04 May 2016 00:00:00 +0000http://sqlitebrowser.org/blog/test-build-with-sqlcipher-for-win64/Added an initial test build with encryption support on 64-bit Windows. Give it a go! πAdded 64-bit Windows development instructions to the wikihttp://sqlitebrowser.org/blog/added-64-bit-windows-development-instructions-to-the-wiki/Mon, 02 May 2016 00:00:00 +0000http://sqlitebrowser.org/blog/added-64-bit-windows-development-instructions-to-the-wiki/Added full 64-bit Windows development instructions to the wiki, with many screenshots.PortableApp version of 3.8.0http://sqlitebrowser.org/blog/portableapp-version-of-3-8-0/Sun, 17 Jan 2016 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-8-0/Added PortableApp version of 3.8.0. Thanks John. πNew 3.8.0 downloads for MacOS Xhttp://sqlitebrowser.org/blog/new-3-8-0-downloads-for-macos-x/Wed, 06 Jan 2016 00:00:00 +0000http://sqlitebrowser.org/blog/new-3-8-0-downloads-for-macos-x/New 3.8.0 downloads for MacOS X today, to fix a crashing bug.Fixed the downloads for v3.8.0http://sqlitebrowser.org/blog/fixed-the-downloads-for-v3-8-0/Sat, 26 Dec 2015 00:00:00 +0000http://sqlitebrowser.org/blog/fixed-the-downloads-for-v3-8-0/New (fixed) downloads for version 3.8.0 are available!Version 3.8.0 releasedhttp://sqlitebrowser.org/blog/version-3-8-0-released/Fri, 25 Dec 2015 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-8-0-released/Version 3.8.0 released!
Buggy release, removed for now. Keep using 3.7.0.PortableApp version of 3.7.0http://sqlitebrowser.org/blog/portableapp-version-of-3-7-0/Tue, 07 Jul 2015 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-7-0/Added PortableApp version of 3.7.0. Thanks John. πVersion 3.7.0 releasedhttp://sqlitebrowser.org/blog/version-3-7-0-released/Sun, 14 Jun 2015 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-7-0-released/Version 3.7.0 released. πPortableApp version of 3.6.0v3http://sqlitebrowser.org/blog/portableapp-version-of-3-6-0v3/Sat, 09 May 2015 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-6-0v3/Added PortableApp version of 3.6.0v3. Many thanks again John. πWindows XP support added backhttp://sqlitebrowser.org/blog/windows-xp-support-added-back/Tue, 05 May 2015 00:00:00 +0000http://sqlitebrowser.org/blog/windows-xp-support-added-back/The third version of the Windows installer for v3.6.0 has been added. This version works on XP too. πFixed windows installer for 3.6.0http://sqlitebrowser.org/blog/fixed-windows-installer-for-3-6-0/Wed, 29 Apr 2015 00:00:00 +0000http://sqlitebrowser.org/blog/fixed-windows-installer-for-3-6-0/The Windows installer for v3.6.0 has been fixed (was missing .dlls).Problems with the windows installer for 3.6.0http://sqlitebrowser.org/blog/problems-with-the-windows-installer-for-3-6-0/Tue, 28 Apr 2015 00:00:00 +0000http://sqlitebrowser.org/blog/problems-with-the-windows-installer-for-3-6-0/Problems with the windows installer for 3.6.0. Took those down for today.Version 3.6.0 releasedhttp://sqlitebrowser.org/blog/version-3-6-0-released/Mon, 27 Apr 2015 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-6-0-released/Version 3.6.0 released. Lots of enhancements over all previous releases. You want this!PortableApp version of 3.5.1http://sqlitebrowser.org/blog/portableapp-version-of-3-5-1/Tue, 17 Feb 2015 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-5-1/Added PortableApp download for v3.5.1. Thanks John. πVersion 3.5.1 releasedhttp://sqlitebrowser.org/blog/version-3-5-1-released/Sun, 08 Feb 2015 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-5-1-released/Version 3.5.1 released. Fixes bugs in 3.5.0. πVersion 3.5.0 releasedhttp://sqlitebrowser.org/blog/version-3-5-0-released/Sat, 31 Jan 2015 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-5-0-released/Version 3.5.0 released. Adds optional SQLCipher support for MacOS X and Linux.PortableApp version of 3.4.0http://sqlitebrowser.org/blog/portableapp-version-of-3-4-0/Thu, 29 Jan 2015 00:00:00 +0000http://sqlitebrowser.org/blog/portableapp-version-of-3-4-0/Added PortableApp download for v3.4.0.Version 3.4.0 releasedhttp://sqlitebrowser.org/blog/version-3-4-0-released/Wed, 29 Oct 2014 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-4-0-released/Version 3.4.0 released. Huge improvements in .csv handling and other tweaks.Project renamed... (again)http://sqlitebrowser.org/blog/project-renamed-again/Tue, 23 Sep 2014 00:00:00 +0000http://sqlitebrowser.org/blog/project-renamed-again/It turned out our previous “new” project name was already taken. Oops.
So, our project has now been renamed to “DB Browser for SQLite”.
Hopefully this is the final rename. πNightly OSX builds are onlinehttp://sqlitebrowser.org/blog/nightly-osx-builds-are-online/Mon, 15 Sep 2014 00:00:00 +0000http://sqlitebrowser.org/blog/nightly-osx-builds-are-online/Nightly builds for OSX now available here.Released new v3.3.1 .dmg for OSXhttp://sqlitebrowser.org/blog/released-new-v3-3-1-dmg-for-osx/Tue, 02 Sep 2014 00:00:00 +0000http://sqlitebrowser.org/blog/released-new-v3-3-1-dmg-for-osx/Released a new version 3.3.1 .dmg for OSX. The previous one had an old SQLite version in it.Version 3.3.1 releasedhttp://sqlitebrowser.org/blog/version-3-3-1-released/Sun, 31 Aug 2014 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-3-1-released/Version 3.3.1 released, using the new name. No functional changes from 3.3.0.Project renamedhttp://sqlitebrowser.org/blog/project-renamed/Thu, 28 Aug 2014 00:00:00 +0000http://sqlitebrowser.org/blog/project-renamed/Project renamed to “Database Browser for SQLite”, at Richard Hipp’s request. πVersion 3.3.0 releasedhttp://sqlitebrowser.org/blog/version-3-3-0-released/Sun, 24 Aug 2014 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-3-0-released/Version 3.3.0 released. Several bug fixes and improvements, a recommended upgrade.Version 3.2.0 releasedhttp://sqlitebrowser.org/blog/version-3-2-0-released/Sun, 06 Jul 2014 00:00:00 +0000http://sqlitebrowser.org/blog/version-3-2-0-released/Version 3.2.0 released. Lots of improvements, a recommended upgrade.Downloadshttp://sqlitebrowser.org/dl/Mon, 01 Jan 0001 00:00:00 +0000http://sqlitebrowser.org/dl/(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 Browser for SQLite - .zip (no installer) for 32-bit Windows DB Browser for SQLite - Standard installer for 64-bit Windows DB Browser for SQLite - .zip (no installer) for 64-bit Windows Free code signing provided by SignPath.io, certificate by SignPath Foundation.
Windows PortableApp Our latest release (3.