Google News
logo
PouchDB - Quiz(MCQ)
Which of the following is not a way to create a PouchDB database?
A)
By importing data from a CSV file
B)
By replicating an existing database
C)
By instantiating a new PouchDB object
D)
By creating a new CouchDB database and syncing it with PouchDB

Correct Answer :   By importing data from a CSV file


Explanation : While you can import data from a CSV file into a PouchDB database, this is not a way to create a new PouchDB database.

Advertisement