From 3100851ba650e272507350622dc43fae40c4f4f0 Mon Sep 17 00:00:00 2001 From: Ngo Quoc Dat Date: Mon, 17 Aug 2026 22:52:51 +0700 Subject: [PATCH] fix(compare): DBeaver PRO is $113 a year, not $99 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The last unverified price on the comparison pages. Their buy page renders nothing useful on load — the figures only appear once a per-edition quantity widget calculates, which is why two earlier attempts came back empty and the number was left alone rather than guessed at. Driving that widget gives the desktop tiers, confirmed on two separate runs and corroborated by dbeaver.com/edition: Lite $113/yr Enterprise $255/yr Ultimate $510/yr So "from $99/yr PRO" understated the entry point by $14. The $810/$410/$255/ $155/$82 figures that do render without interaction are Team Edition per-role prices, which is what made the page look like it had already answered. The FAQ was wrong in a more interesting way: it priced DBeaver PRO's NoSQL support, ER diagrams and visual query builder at "$25 a month". Those three are what the Lite tier adds, at $113 a year — roughly $12 a month. The $25 was Enterprise's rate attached to Lite's feature list. Both halves are corrected and stated annually, matching every other price on the site, and Enterprise is named for what it actually adds. --- resources/data/comparisons.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/data/comparisons.json b/resources/data/comparisons.json index afe9c26..603c227 100644 --- a/resources/data/comparisons.json +++ b/resources/data/comparisons.json @@ -155,12 +155,12 @@ "name": "DBeaver", "tagline": "Free, Native DBeaver Alternative for Mac.", "description": "Native DBeaver alternative for Mac. 80 MB RAM, instant startup, no Java. Free and open source. 25 databases.", - "longDescription": "DBeaver is a popular cross-platform database tool licensed Apache 2.0. The Community Edition is free; DBeaver PRO starts at $99 per year. It runs on Java 21 via the Eclipse RCP. On Mac you'll see 8+ second cold starts and 800 MB of RAM at idle on the same connections where TablePro starts in 1 second and idles at 80 MB.", + "longDescription": "DBeaver is a popular cross-platform database tool licensed Apache 2.0. The Community Edition is free; DBeaver PRO starts at $113 per year. It runs on Java 21 via the Eclipse RCP. On Mac you'll see 8+ second cold starts and 800 MB of RAM at idle on the same connections where TablePro starts in 1 second and idles at 80 MB.", "rows": [ { "label": "Price", "tablePro": "Free", - "competitor": "Free / from $99/yr PRO" + "competitor": "Free / from $113/yr PRO" }, { "label": "Open Source", @@ -291,7 +291,7 @@ }, { "question": "What about DBeaver Pro features?", - "answer": "DBeaver Pro adds NoSQL support, ER diagrams, and visual query builder for $25 a month. TablePro includes ER diagrams, Mongo, Redis, and AI in the free tier." + "answer": "DBeaver PRO adds NoSQL support, ER diagrams and the visual query builder from the Lite tier at $113 a year. Enterprise, which adds DBA dashboards, Git integration and task scheduling, is $255. TablePro includes ER diagrams, Mongo, Redis, and AI in the free tier." } ] },