DBeaver does more than Seaquel does, and the free edition is genuinely free. I don’t think there’s an argument to be had about that.
The narrower point I’d make is that DBeaver is a database IDE, and plenty of people are running an IDE to do a text editor’s job.
What Community actually includes
Community is Apache 2.0 with no commercial-use restriction attached. That’s a cleaner deal than mine — Seaquel’s source is MIT, but I still ask you to buy a license for work use.
It’s also narrower than its reputation. Community is relational engines only. The visual query builder, ERD editing, schema compare, data transfer, scheduled tasks, mock data and Git sync all live in Lite ($113/yr), Enterprise ($255/yr) or Ultimate ($510/yr), along with every NoSQL driver. “DBeaver is free” and “DBeaver does everything” are both true, just not about the same DBeaver.
Weight
DBeaver runs on the JVM on Eclipse RCP and ships its own OpenJDK. That’s what pays for 100+ drivers and the plugin ecosystem, and it’s also what costs you at startup. There are open issues reporting startup past a minute and memory climbing over 4GB after a few days.
I’m not going to attach a number to that. Nobody in this category publishes benchmarks, and the figures floating around come from comparison blogs that don’t say how they measured. Once I’ve tested both on the same machine and can show the method, the numbers go here.
Where Seaquel fits
If you’re in PostgreSQL, MySQL or SQLite most days — writing queries, reading plans, looking at results — Seaquel gives you query plans, an ERD viewer, dashboards and Git sharing without a paid tier.
If you’re moving schemas between environments or connecting to Cassandra, it can’t help you. Use DBeaver.