PouchDB Create Database
PouchDB Create Database
PouchDB Create Database
Syntax:
Create Database Example
- To create a database, first you need to require the PouchDB package using the require() method.
Read Also
- Save the above code in a file named "Create_Database.js" within a folder name "PouchDB_Examples". Open the command prompt and Execute the JavaScript file:
PouchDB Create Database
- You'll be able to see "Database created successfully" message on your console. Now You can see the locally created Database folder in your current directory.