samuk190 / localbase

A Firebase-Style Database ... Offline!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add getAll() for database collections

theredwillow opened this issue · 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));

Suggestion added for next releases.
I'll be focusing more on bug fixes for now.
If you have any idea feel free to make a pull request with the feature and I'll be reviewing it.