3 ms·
TIL that the duckdb REPL supports reading json files (https://duckdb.org/docs/current/data/json/overview https://duckdb.org/docs/current/data/json/overview). Th
by ccapitalK 7d ago
TIL that the duckdb REPL supports reading json files (https://duckdb.org/docs/current/data/json/overview https://duckdb.org/docs/current/data/json/overview). This might actually be useful the next time I need to investigate a massive json file (`jq` can only go so far).
- rw_panic0_0 6d agoin what case jq, a specialized json tool, is more limiting than sql?