You can get all database using with getAll()
Last updated 9 months ago
Was this helpful?
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