Skip to main content

ObjectRef

Type Alias ObjectRef 

Source
pub type ObjectRef<'a> = (ObjectId, &'a DatabaseObject);
Expand description

Fully-qualified object identity paired with its typed SQL representation.

Used across command modules as the canonical unit of work when iterating over objects in dependency order.