Clears the database.
db.toJSON(); // { users: [{ name: 'Peter' }, { name: 'Michael' }] } db.clear(); db.toJSON(); // {}
Last updated 2 years ago