sql-switch - v1.0.1
    Preparing search index...

    Class TableContext

    A resolved { schema, table } pair. Both names are validated on construction, so anything downstream can treat them as safe identifiers.

    Index
    schema: string
    table: string
    • schema:table — used as the cache key for table-creation bookkeeping.

      Returns string