save
Saves (persists) an entity in async MongoDB storage under the given identifier.
Parameters
id
The unique identifier for the entity.
obj
The entity to save.
Throws
if no entity with the given ID exists.
Saves (persists) an entity in async MongoDB storage under the given identifier.
The unique identifier for the entity.
The entity to save.
if no entity with the given ID exists.