Ducklings API Documentation
    Preparing search index...

    Interface JSONInsertOptions

    Options for JSON insertion.

    interface JSONInsertOptions {
        columns?: string[];
        format?: "auto" | "records" | "values" | "newline_delimited";
    }
    Index

    Properties

    Properties

    columns?: string[]

    Column names

    format?: "auto" | "records" | "values" | "newline_delimited"

    JSON format: 'auto', 'records', 'values', or 'newline_delimited'