1 open source tools compared. Sorted by stars — scroll down for our analysis.
| Tool | Stars | Velocity | Language | License | Score |
|---|---|---|---|---|---|
DBeaver Free universal database tool and SQL client | 49.3k | — | Java | Apache License 2.0 | 79 |
DBeaver is the free database tool that has no business being this good. Connect to 100+ databases — Postgres, MySQL, MongoDB, BigQuery, whatever — with a single app. Schema visualization, data editing, query building, ER diagrams. It's what you'd pay $200/year for with DataGrip, except the Community Edition costs nothing. DataGrip is JetBrains' commercial alternative with better code intelligence and IDE integration. TablePlus is the lightweight Mac-native option. pgAdmin and MySQL Workbench are free but single-database tools. Use DBeaver if you work across multiple database types and don't want to pay for DataGrip or juggle separate tools per database. Apache 2.0 licensed. The Community Edition genuinely covers 90% of daily database work. The catch: it's a Java app, so expect 1-2 GB of RAM usage and a 10-20 second cold start. The UI is functional, not beautiful — think Eclipse-era aesthetics. If you only use Postgres, the lighter pgAdmin might feel snappier.