Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.57 KB

Extension.md

File metadata and controls

25 lines (21 loc) · 1.57 KB

Extension

PuffinDB includes a DuckDB Extension implementing the following features:

curl Invocation

The PuffinDB extension allows the invocation of curl directly from DuckDB, using the following syntax:

SELECT * FROM curl(url="https://myURL", content-type="text/jsonl");