Google News
logo
PouchDB - Quiz(MCQ)
What is the syntax for using the PouchDB 'Migrate' plug-in to migrate data between database formats?
A)
convert(source, target)
B)
migrate(source, target)
C)
migrateData(source, target)
D)
transferData(source, target)

Correct Answer :   db.migrate(source, target)


Explanation : The syntax for using the PouchDB “Migrate” plug-in to migrate data between database formats is “db.migrate(source, target)”.

Advertisement