BackupOptions
Properties
Link copied to clipboard
An optional callback function that will be called after each backup step. The argument passed to this callback is an Object with remainingPages and totalPages properties, describing the current progress of the backup operation.
Link copied to clipboard
Name of the source database. This can be 'main' (the default primary database) or any other database that have been added with ATTACH DATABASE
Link copied to clipboard
Name of the target database. This can be 'main' (the default primary database) or any other database that have been added with ATTACH DATABASE