Commit the entity, stop syncing it, and flush it to storage.
Delete an entity completely from local storage.
TODO: Currently there is no way to have sync peers receive a request to delete an entity. It is only deleted locally.
Open the entity with the given ID.
This will try to load the entity from all read storages and await on that before returning.
It will also start syncing the entity with all of the peer's syncers.
Optional
id: IntoEntityIdOptional
opts: Partial<PeerOpenOptions>
The entrypoint for opening
Entity
s, loading and saving them automatically from StorageManagers, and syncing them with Syncer1s.