localbase
localbase copied to clipboard
Add getAll() for database collections
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));