reading files in style with duckdb and harlequin
2024-12-02
Earlier, I wrote a small utility to read files with duckdb 1 and I’m finding amazing mileage for this small utility. I recently found Harlequin 2 which natively works with duckdb on the terminal. Its even better than the CLI in some cases because it does SQL IDE stuff but in the terminal.
So, I extended earlier utility function 3 to add a harlequin edit mode.
Now, when I do just npq DATASET
I get the default duckdb CLI
and when I do just hqp DATASET
I get Harlequin TUI
EOF
footnotes