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.
Optionalid: IntoEntityIdOptionalopts: Partial<PeerOpenOptions>
The entrypoint for opening
Entitys, loading and saving them automatically fromStorageManagers, and syncing them withSyncer1s.