Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 661 Bytes

node-duckdb.rowresultformat.md

File metadata and controls

20 lines (13 loc) · 661 Bytes

Node-DuckDB API > RowResultFormat

RowResultFormat enum

Result format specifier for rows

Signature:

export declare enum RowResultFormat

Enumeration Members

Member Value Description
Array 1 Array, e.g. ["Bob", 23]
Object 0 Object, e.g. {name: "Bob", age: 23}