Skip to main content

MATERIALIZED

Constant MATERIALIZED 

Source
pub const MATERIALIZED: ViewMarker;
Expand description

Marks the view as materialized.

ยงExample

#[PostgresView(MATERIALIZED)]
struct ActiveUsers { ... }