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.
Read an item from memory.
Unique identifier value for the item.
OptionalselectedFields: (keyof ItemType)[]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 data item driver for testing and local usage.