Interface ArrowInsertOptions

interface ArrowInsertOptions {
    create?: boolean;
    name: string;
    schema?: string;
}

Properties

Properties

create?: boolean
name: string
schema?: string

Generated using TypeDoc