Expand description
Row-shaped SQL view (vr_*) DDL generation for the gRPC transport.
Generates CREATE VIEW vr_<entity> statements that extract individual
scalar fields from the JSONB data column into typed SQL columns.
These views are CQRS read projections optimized for protobuf wire encoding —
the database returns native typed columns instead of JSON.
Functions§
- generate_
all_ row_ views - Generate DDL for all types in a compiled schema.
- generate_
row_ view_ sql - Generate the DDL for a row-shaped view from a type definition.