Retrieve a single document from a table by its primary key.
null
if no document exists with the specified key.null
if no document is found with the specified key.id
as the primary key field.getAll
- Get multiple documents by primary keysfilter
- Filter documents by conditionstable
- Reference a tableinsert
- Insert documentsupdate
- Update documentsdelete
- Delete documents