Optionaloptions: { onConflict?: "error" | "ignore" }Optionaloptions: JsonObjectOptionaloptions: JsonObjectOptionaloptions: RevisionMetadataOptionaloptions: ModelViewFetchOptions<TData, TVirtual, TInstance, TRelations>Optionaloptions: GetOptionsAttach related records defined in the manifest.
Use true for all relations. The system automatically selects the optimal
join strategy based on the relation's cardinality: inline join for one
relations, batch loader for many relations.
OptionaljoinOptions: JoinOptionsOptionaldirection: "ASC" | "DESC"
Runtime constructor exported by each manifest. It exposes the DAL's static helpers (
create,get,filterWhere, etc.) while producing instances typed as ModelInstance. Individual models extend this interface with their own static methods throughThisTypein the manifest definition.