generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The extension is useless without proper output formats. We should support DuckDB native and extension injected formats such as JSON, CSV for API interaction and possibly other binary protocols such as Parquet, trying to avoid code duplication and library injections. It would be nice to emulate the .mode
function available in the DuckDB CLI
Basic Formats
- JSON Support
- JSONCompact
- JSONEachRow
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request