DuckDB-WASM
    Preparing search index...

    Interface JSONInsertOptions

    interface JSONInsertOptions {
        columns?: { [key: string]: DataType<Type, any> };
        columnsFlat?: SQLField[];
        create?: boolean;
        name: string;
        schema?: string;
        shape?: JSONTableShape;
    }
    Index

    Properties

    columns?: { [key: string]: DataType<Type, any> }
    columnsFlat?: SQLField[]
    create?: boolean
    name: string
    schema?: string