Driver configuration for relationship items.
Create a new item in memory.
New item payload without the identifying field.
Generated identifier for the created item.
Delete an item from memory.
Unique identifier value for the item.
True when the item was deleted.
List items from memory.
List configuration and criteria.
OptionalselectedFields: (ItemRelationshipInfoKeys | ItemRelationshipInfoIdentifyingKeys)[]Optional fields to select from each item.
List results with items and cursor.
Read an item from memory.
Unique identifier value for the item.
OptionalselectedFields: (ItemRelationshipInfoKeys | ItemRelationshipInfoIdentifyingKeys)[]Optional fields to select from the item.
Item payload (partial when selected fields are used).
Update an item in memory.
Unique identifier value for the item.
Partial update payload for the item.
True when the item was updated.
In-memory relationship driver using DataItem storage.