PouchDB Database Info
PouchDB Database Info
- PouchDB info () - Get the basic information about the database.
PouchDB Database Info
Syntax
Read Also
Database Info() Example
- Save the file named "Database_Info.js" within a folder name "PouchDB_Examples".
- Open the command prompt and execute the JavaScript file:
PouchDB Database Info
Remote Database Info
This code will retrieve the information of a database that is saved in the CouchDB server. The following code gives you information of a database named "employees".
Example
- Save the code in a file named "Remote_Database_Info.js" .
Output:
PouchDB Database Info