save#

Item.save(**kwargs)#

Save the item, enforcing that session and dataset are persisted.

Parameters:
**kwargs

Keyword arguments forwarded to the database save method of the underlying ORM instance. For eg: The using argument can be used to select the target database alias.

Raises:
ADRException

If the session or dataset is missing.

Session.NotSaved

If the associated session has not been saved.

Dataset.NotSaved

If the associated dataset has not been saved.