0 votes
in PouchDB by
recategorized by
How does PouchDB work even Offline?

1 Answer

0 votes
by

PouchDB works offline as good as online. While offline, PouchDB stores data locally using WebSQL and IndexedDB in the browser. When the application is back online, it is synchronized with CouchDB and compatible servers.

Using PouchDB, you can communicate with both local and remote databases seamlessly without noticing any difference.

How PouchDB works

Related questions

0 votes
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
...