Falcon SQL Client is a free, open-source desktop database browser for Mac that lets developers query relational databases and instantly visualise results as interactive charts — all without leaving a single window.
What is Falcon SQL Client?
Falcon SQL Client is a lightweight, open-source SQL editor built by Plotly, the same team behind the popular Python graphing library. It connects directly to a handful of the most common relational databases, lets you write and run SQL queries, and renders the returned data as an editable spreadsheet or an interactive Plotly chart in one seamless interface. There is no server to configure, no Docker image to pull, and no licence key to manage — download, open, connect, query.
What does Falcon SQL Client do best?
Where Falcon genuinely earns its place is the zero-friction path from raw SQL to a shareable visualisation. Other clients like TablePlus, Sequel Pro, or DBeaver treat charting as an afterthought bolted on after export. Falcon makes it native: run a SELECT, flip to the chart tab, pick axes, and you have an interactive Plotly graph rendered inline. For data-exploration workflows — sanity-checking a production table, verifying a migration, spot-checking aggregation logic — that tight feedback loop saves the round-trip to a Jupyter notebook or a BI tool.
The editor itself is clean and honest. Syntax highlighting, a query history panel, and a schema browser cover the day-to-day SQL writing needs without overwhelming newcomers. Keyboard shortcuts feel conventional enough that you will not spend an afternoon re-wiring muscle memory.
Which databases does Falcon SQL Client support?
Out of the box Falcon connects to the databases developers reach for most often: PostgreSQL, MySQL, Microsoft SQL Server, SQLite, and a small handful of others including Redshift and MariaDB. The connection dialog is straightforward — host, port, database name, credentials, done. There is no JDBC driver management to wrestle with, which is a genuine quality-of-life win compared to DBeaver's driver-download ceremony. The trade-off is breadth: if you need Oracle, Cassandra, MongoDB, or a more exotic warehouse, you will need a different tool.
Is Falcon SQL Client free?
Yes — Falcon SQL Client is completely free to download and use, and the source code is publicly available on GitHub under an MIT licence. There are no premium tiers, no feature-gated upgrades, and no account required. Because Plotly's commercial focus has shifted toward Dash and their enterprise analytics platform, Falcon's feature set has been largely stable for some time; active community maintenance continues, but do not expect a rapid cadence of new releases.
Who should use Falcon SQL Client?
Falcon is the right pick for a developer or data analyst who wants a lightweight SQL scratchpad with built-in charting and has no patience for configuration. If your day involves PostgreSQL or MySQL queries and you regularly need to paste results into a chart to share with a non-technical colleague, Falcon removes the copy-paste-and-pivot-table ritual entirely.
It is probably not the right choice if you need advanced database management — table creation wizards, index tuning advisors, stored procedure editors, or multi-tab session management. For those needs, TablePlus handles the Mac experience more polishedly, and DBeaver covers the widest database surface area. Sequel Pro remains the sentimental favourite for MySQL-only workflows, though its development pace is glacial. If you live in the terminal, usql or pgcli will feel more natural.
What are the best Falcon SQL Client alternatives?
The closest alternatives depend on what you are optimising for. TablePlus is the most polished native Mac SQL client today — beautiful, fast, and multi-database — but it costs money after the free row-limit trial. DBeaver Community Edition is free and covers virtually every database on the planet, at the cost of a heavier Java-based UI that can feel sluggish on older machines. Sequel Pro remains beloved for MySQL specifically. For teams already deep in Plotly's ecosystem, Falcon's chart integration is a genuine differentiator none of those rivals match natively.