save#
- Item.save(**kwargs)#
Save the item, enforcing that session and dataset are persisted.
- Parameters:
- **kwargs
Keyword arguments forwarded to the database
savemethod of the underlying ORM instance. For eg: Theusingargument can be used to select the target database alias.
- Raises:
ADRExceptionIf the session or dataset is missing.
Session.NotSavedIf the associated session has not been saved.
Dataset.NotSavedIf the associated dataset has not been saved.