ionic-team / ionic-team/ionic-storage
Ability to use multiple instances
- Vorherrschende Sprache
- TypeScript
- Sterne
- 456
- Forks
- 97
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
In my opinion, this is a very important feature provided by localForage and missing in ionic-storage.
With this feature, we can iterate on different data stores, (e.g. messages in conversations)
e.g.
```
let myConversation = localForage.createInstance({name: 'conversationId'});
myConfersation.iterate((v, k) => ...);
```
https://localforage.github.io/localForage/#multiple-instances-createinstance
Beitragsleitfaden
Rechercherichtung
No repository files or tests are named. Start by comparing the localForage createInstance API linked in the issue with ionic-storage's current TypeScript API, then define how separate named stores and iteration should be exposed and verify the conversation-store example works.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- typescript
- Bereich
- database
- Issue-Typ
- Feature
- Schwierigkeit
- 5/5
- Geschätzter Aufwand
- Über eine Woche
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100