Create a new item in the data store.
New item payload without the identifying field.
Generated identifier for the created item.
Delete an item from the data store.
Unique identifier value for the item.
True when the item was deleted.
List items from the data store.
List configuration and criteria.
OptionalselectedFields: (keyof ItemType)[]Optional fields to select from each item.
List results with items and cursor.
Read an item from the data store.
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 the data store.
Unique identifier value for the item.
Partial update payload for the item.
True when the item was updated.
The API for a database driver.