Google News
logo
PouchDB - Quiz(MCQ)
What is the purpose of PouchDB's 'live' API?
A)
To compress data stored in the database
B)
To stream data from the database in real-time
C)
To limit the amount of data returned by a query
D)
To retrieve data from the database on a set interval

Correct Answer :   To stream data from the database in real-time


Explanation : PouchDB’s “live” API allows you to stream data from the database in real-time, so that any changes to the database are immediately reflected in the client.

Advertisement