@suluk/drizzle - v0.1.6
    Preparing search index...

    Function tableToV4Warnings

    • Same conversion as tableToV4 but also returns the enumerated lossy boundary (per-projection zodToV4 warnings). Empty arrays ⇒ fully lossless. Callers wanting the honest-loss accounting use this.

      Parameters

      • table: Table

      Returns {
          schemas: TableV4Schemas;
          warnings: { select: string[]; insert: string[]; update: string[] };
      }