.clear()
Clears the database.
clear()
db.toJSON(); // { users: [{ name: 'Peter' }, { name: 'Michael' }] }
db.clear();
db.toJSON(); // {}
Last updated
Was this helpful?
Clears the database.
db.toJSON(); // { users: [{ name: 'Peter' }, { name: 'Michael' }] }
db.clear();
db.toJSON(); // {}
Last updated
Was this helpful?