Skip to main content
Version: Next

Persist Objects

Persist an object on the server.

Description

Store a local object into the database. Until it is persisted, and object only exists in RAM, and is therefore destroyed when the app quits or is reloaded.

Inputs

  • object (Object): The object to persist.

Outputs

  • object (Object): The persisted object.