The SQL IDE for Your Terminal.
Harlequin is a feature-rich SQL IDE designed to run directly inside your terminal.
It allows you to connect to various databases (like DuckDB and SQLite) using modular adapter plugins.
It provides an interactive interface to write, format, and execute queries without leaving the command line.
$ curl -LsSf https://astral.sh/uv/install.sh | sh$ uv tool install harlequin$ pip install harlequin$ brew install harlequinto comment.