@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface TableReference

    Schema-qualified table reference used by append helpers.

    interface TableReference {
        schema?: string;
        table: string;
    }
    Index

    Properties

    Properties

    schema?: string

    Optional schema name.

    table: string

    Table name without schema qualification.