Skip to main content

RLS

Constant RLS 

Source
pub const RLS: TableMarker;
Expand description

Enables row-level security for the table.

ยงExample

#[PostgresTable(RLS)]
struct Users {
    id: i32,
}

See: https://www.postgresql.org/docs/current/ddl-rowsecurity.html