Skip to content

Indexed db adapter - allow multiple records - #175

Open
paolooo wants to merge 7 commits into
brianleroux:masterfrom
paolooo:indexed-db-multiple-records
Open

Indexed db adapter - allow multiple records#175
paolooo wants to merge 7 commits into
brianleroux:masterfrom
paolooo:indexed-db-multiple-records

Conversation

@paolooo

@paolooo paolooo commented Aug 1, 2013

Copy link
Copy Markdown

See issue on http://stackoverflow.com/questions/17948230/lawnchair-indexeddb-doesnt-support-multiple-records

Solution:

Lawnchair({
     adapter:'indexed-db',
     name:'stores',
     record:'nike',
     records:['nike','adidas']    // by adding option records []
})

paolooo added 7 commits July 31, 2013 00:34
…ect_stores by adding a list value on option.records = []. example: `var options = {adapter:'indexed-db', name:'db_name', record:'objectStore1', records:['objectStore1', 'objectStore2', 'objectStoreN']}`
…ect_stores by adding a list value on option.records = []. example: `var options = {adapter:'indexed-db', name:'db_name', record:'objectStore1', records:['objectStore1', 'objectStore2', 'objectStoreN']}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant