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

    Function anonymizeValues

    • The patch an anonymize-on-delete applies — redacts each named column to value (null by default). Pair with a soft-delete to keep the row (FK-safe right-to-be-forgotten).

      Parameters

      • columns: string[]
      • value: string | null = null

      Returns Record<string, string | null>