prorm API Reference
    Preparing search index...

    Function buildEnableRowLevelSecuritySQL

    • Builds the statement that turns row-level security on for a table. Until this runs, policies are defined but not enforced.

      Parameters

      • table: string
      • dialect: string
      • quoteTable: (t: string) => string
      • enable: boolean = true

      Returns string