Help on IndexedDB

Hi all, I’m a newbie on indexeddb, webix indexeddb proxy are simple to understand but how may I perform some query on collection to returns bunch of data and not all of them when I set the url parameter for a component like a tree or dataview?
Thank you

Hi,

You may consider get() method or using ‘cursor’. Cursor allows to specify a range:

Perfect, thank you. Last question: webix.proxy.indexdb.create creates a persistent database otr the database will be destroyed on session exit?

It’s a persistent database - all its collections and the database itself will remain until you clear them.