Callback function that will be called with the number of pages copied and the total number of pages.
interface
sqlite.BackupOptions
interface BackupOptions
- source?: string
Name of the source database. This can be
'main'
(the default primary database) or any other database that have been added withATTACH DATABASE
- target?: string
Name of the target database. This can be
'main'
(the default primary database) or any other database that have been added withATTACH DATABASE