Other Alias
$URL, /<db-uuid>/, /replica-uuid, /latest-sequence-no, /replica-versionBUILD
Open a connection to the prophet replica source identified by "$self-"url>.replica_version
Returns this replica's version.set_replica_version
Sets the replica's version to the given integer.uuid
Return the replica's UUIDInternals of record handling
changesets_for_record { uuid => $uuid, type => $type, limit => $int }
Returns an ordered set of changeset objects for all changesets containing changes to this object.Note that changesets may include changes to other records
If ``limit'' is specified, only returns that many changesets (starting from record creation).
begin_edit
Creates a new Prophet::ChangeSet, which new changes will be added to.