DatabaseCopier¶
- class dsviper.DatabaseCopier¶
Bases:
objectCopies 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.