You can get all database using with getAll()
Last updated 5 months ago
db.getAll()
const allData = db.getAll() console.log(allData) /* { user:{ john:{ name:"John", surname:"Doe", age:18, bag:[] } } } */
If you have not setup check this page