assuncaocharles / assuncaocharles/react-indexed-db
Accessing multiple object store
- Dominant language
- TypeScript
- Stars
- 118
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
How to access multiple object store data
//----> here I can only access one store
{({ add, getAll, update , getByID}) => {
}}
creating multiple store is also not working it creates only first store in the objectStoreMeta
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the IndexedDB and AccessDB usage shown in the issue, reproducing a configuration with multiple entries in objectStoresMeta. Check whether all declared object stores are created and whether each can be accessed, added to, retrieved, and updated. Done means multiple stores work rather than only the first one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100