localbase icon indicating copy to clipboard operation
localbase copied to clipboard

Add getAll() for database collections

Open theredwillow opened this issue 4 years ago • 0 comments

There is currently no way to iterate over all collections within a Localbase db.

const db = new Localbase('savedPoems');
db.getAll().then((response: IndexedDbType) => console.log('response', response));

theredwillow avatar Dec 29 '21 19:12 theredwillow