DatabaseCopier

class dsviper.DatabaseCopier

Bases: object

Copies a Database into another Database.

copy(source: Database, target: Database, progress: StepperDelegate | None = None) DatabaseTransferInfo

Copy every document and blob of a Database into another Database, as a faithful replica (including blobs that no document references). progress is an optional StepperDelegate. Return a DatabaseTransferInfo.