eldomagan / vuex-orm-localforage

Vuex ORM persistence plugin to sync the store against IndexedDB using localforage
MIT License
58 stars 9 forks source link

How to configure LocalForage? #5

Closed vladimirmyshkovski closed 5 years ago

vladimirmyshkovski commented 5 years ago

How to configure LocalForage? I want use WebSQL, and set config like this:

{
    driver      : localforage.WEBSQL
    name        : 'someApp',
    version     : 0.1.52,
    size        : 1234567,
    storeName   : 'foo',
    description : 'bar'
}